#BD7E28

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

Shades of Pirate Gold #BD7E28

Tints of Pirate Gold #BD7E28

Color information

#BD7E28 (or 0xBD7E28) is unknown color: approx Pirate Gold. HEX triplet: BD, 7E and 28. RGB value is (189,126,40). Sum of RGB (Red+Green+Blue) = 189+126+40=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E28 is #4281D7. Grayscale: #878787. Windows color (decimal): -4358616 or 2653885. OLE color: 2653885.

HSL color Cylindrical-coordinate representation of color #BD7E28: hue angle of 34.63º 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 #BD7E28 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18912640-
CMYK00.330.790.26
HSL34.63º65.07%44.9%-
HSV(B)34.63º78.84%74.12%-
XYZ28.8325.895.49-
YUV135.0374.37166.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 53.24%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 40 (16.02% from 255) = 11.27%
R=53.24%
G=35.49%
B=11.27%

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
Decimal1891264000.330.790.2634.6365.0744.9
HexBD7E280214F1A23412d
Octal27517650041117324310155
Binary10111101111111010100001000011001111110101000111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E28; }

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

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

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

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

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

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

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

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