#BD7F28

Color #BD7F28 Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #BD7F28

Tints of Pirate Gold #BD7F28

Color information

#BD7F28 (or 0xBD7F28) is unknown color: approx Pirate Gold. HEX triplet: BD, 7F and 28. RGB value is (189,127,40). Sum of RGB (Red+Green+Blue) = 189+127+40=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7F28 is #4280D7. Grayscale: #888888. Windows color (decimal): -4358360 or 2654141. OLE color: 2654141.

HSL color Cylindrical-coordinate representation of color #BD7F28: hue angle of 35.03º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD7F28 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18912740-
CMYK00.330.790.26
HSL35.03º65.07%44.9%-
HSV(B)35.03º78.84%74.12%-
XYZ28.9626.155.53-
YUV135.6274.04166.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 53.09%
GREEN value IS 127 (50% from 255) = 35.67%
BLUE value IS 40 (16.02% from 255) = 11.24%
R=53.09%
G=35.67%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891274000.330.790.2635.0365.0744.9
HexBD7F280214F1A23412d
Octal27517750041117324310155
Binary10111101111111110100001000011001111110101000111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7F28; }

 p { color: rgb(189,127,40); }

 H1.HeaderClassName
 {
   color: #BD7F28;
 }
 .AnyTagClassName
 {
   color: #BD7F28;
 }
</style>
background-color css

<style>
 a { background-color: #BD7F28; }

 a { background-color: rgb(189,127,40); }

 div.DivClassName
 {
   background-color: #BD7F28;
 }
 .BgClassName
 {
   background-color: #BD7F28;
 }
</style>
border-color css

<style>
 span { border-color: #BD7F28; }

 span { border-color: rgb(189,127,40); }

 td.TdClassName
 {
   border-color: #BD7F28;
 }
 .TagClassName
 {
   border-color: #BD7F28;
 }
</style>