#BD7E1E

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

Shades of Pirate Gold #BD7E1E

Tints of Pirate Gold #BD7E1E

Color information

#BD7E1E (or 0xBD7E1E) is unknown color: approx Pirate Gold. HEX triplet: BD, 7E and 1E. RGB value is (189,126,30). Sum of RGB (Red+Green+Blue) = 189+126+30=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7E1E is #4281E1. Grayscale: #868686. Windows color (decimal): -4358626 or 1998525. OLE color: 1998525.

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

Color convert

RGB18912630-
CMYK00.330.840.26
HSL36.23º72.6%42.94%-
HSV(B)36.23º84.13%74.12%-
XYZ28.6825.834.7-
YUV133.8969.37167.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 126 (49.61% from 255) = 36.52%
BLUE value IS 30 (12.11% from 255) = 8.70%
R=54.78%
G=36.52%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891263000.330.840.2636.2372.642.94
HexBD7E1E021541A24492b
Octal27517636041124324411153
Binary1011110111111101111001000011010100110101001001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E1E; }

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

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

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

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

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

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

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

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