#BD8E0C

Color #BD8E0C Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BD8E0C

Tints of Dark Goldenrod #BD8E0C

Color information

#BD8E0C (or 0xBD8E0C) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 8E and 0C. RGB value is (189,142,12). Sum of RGB (Red+Green+Blue) = 189+142+12=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8E0C is #4271F3. Grayscale: #8D8D8D. Windows color (decimal): -4354548 or 822973. OLE color: 822973.

HSL color Cylindrical-coordinate representation of color #BD8E0C: hue angle of 44.07º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD8E0C is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18914212-
CMYK00.250.940.26
HSL44.07º88.06%39.41%-
HSV(B)44.07º93.65%74.12%-
XYZ30.7330.194.56-
YUV141.2355.07162.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.10%
GREEN value IS 142 (55.86% from 255) = 41.40%
BLUE value IS 12 (5.08% from 255) = 3.50%
R=55.10%
G=41.40%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891421200.250.940.2644.0788.0639.41
HexBD8EC0195E1A2c5827
Octal27521614031136325413047
Binary101111011000111011000110011011110110101011001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8E0C; }

 p { color: rgb(189,142,12); }

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

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

 a { background-color: rgb(189,142,12); }

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

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

 span { border-color: rgb(189,142,12); }

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