#BD8E12

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

Shades of Dark Goldenrod #BD8E12

Tints of Dark Goldenrod #BD8E12

Color information

#BD8E12 (or 0xBD8E12) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 8E and 12. RGB value is (189,142,18). Sum of RGB (Red+Green+Blue) = 189+142+18=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8E12 is #4271ED. Grayscale: #8E8E8E. Windows color (decimal): -4354542 or 1216189. OLE color: 1216189.

HSL color Cylindrical-coordinate representation of color #BD8E12: hue angle of 43.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD8E12 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18914218-
CMYK00.250.900.26
HSL43.51º82.61%40.59%-
HSV(B)43.51º90.48%74.12%-
XYZ30.7730.214.78-
YUV141.9258.07161.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.15%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 18 (7.42% from 255) = 5.16%
R=54.15%
G=40.69%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891421800.250.900.2643.5182.6140.59
HexBD8E120195A1A2c5329
Octal27521622031132325412351
Binary1011110110001110100100110011011010110101011001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8E12; }

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

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

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

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

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

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

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

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