#BD8618

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

Shades of Dark Goldenrod #BD8618

Tints of Dark Goldenrod #BD8618

Color information

#BD8618 (or 0xBD8618) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 86 and 18. RGB value is (189,134,24). Sum of RGB (Red+Green+Blue) = 189+134+24=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8618 is #4279E7. Grayscale: #8A8A8A. Windows color (decimal): -4356584 or 1607357. OLE color: 1607357.

HSL color Cylindrical-coordinate representation of color #BD8618: hue angle of 40º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD8618 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB18913424-
CMYK00.290.870.26
HSL40º77.46%41.76%-
HSV(B)40º87.3%74.12%-
XYZ29.6827.934.69-
YUV137.963.72164.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 24 (9.77% from 255) = 6.92%
R=54.47%
G=38.62%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891342400.290.870.264077.4641.76
HexBD861801D571A284d2a
Octal27520630035127325011552
Binary1011110110000110110000111011010111110101010001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8618; }

 p { color: rgb(189,134,24); }

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

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

 a { background-color: rgb(189,134,24); }

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

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

 span { border-color: rgb(189,134,24); }

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