#BD9608

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

Shades of Dark Goldenrod #BD9608

Tints of Dark Goldenrod #BD9608

Color information

#BD9608 (or 0xBD9608) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 96 and 08. RGB value is (189,150,8). Sum of RGB (Red+Green+Blue) = 189+150+8=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9608 is #4269F7. Grayscale: #929292. Windows color (decimal): -4352504 or 562877. OLE color: 562877.

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

Color convert

RGB1891508-
CMYK00.210.960.26
HSL47.07º91.88%38.63%-
HSV(B)47.07º95.77%74.12%-
XYZ31.9432.654.85-
YUV145.4750.42159.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 8 (3.52% from 255) = 2.31%
R=54.47%
G=43.23%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189150800.210.960.2647.0791.8838.63
HexBD968015601A2f5c27
Octal27522610025140325713447
Binary101111011001011010000101011100000110101011111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9608; }

 p { color: rgb(189,150,8); }

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

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

 a { background-color: rgb(189,150,8); }

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

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

 span { border-color: rgb(189,150,8); }

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