#BD8D12

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

Shades of Dark Goldenrod #BD8D12

Tints of Dark Goldenrod #BD8D12

Color information

#BD8D12 (or 0xBD8D12) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 8D and 12. RGB value is (189,141,18). Sum of RGB (Red+Green+Blue) = 189+141+18=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8D12 is #4272ED. Grayscale: #8D8D8D. Windows color (decimal): -4354798 or 1215933. OLE color: 1215933.

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

Color convert

RGB18914118-
CMYK00.250.900.26
HSL43.16º82.61%40.59%-
HSV(B)43.16º90.48%74.12%-
XYZ30.6229.914.73-
YUV141.3358.4162-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.31%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 18 (7.42% from 255) = 5.17%
R=54.31%
G=40.52%
B=5.17%

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
Decimal1891411800.250.900.2643.1682.6140.59
HexBD8D120195A1A2b5329
Octal27521522031132325312351
Binary1011110110001101100100110011011010110101010111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8D12; }

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

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

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

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

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

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

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

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