#BD9206

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

Shades of Dark Goldenrod #BD9206

Tints of Dark Goldenrod #BD9206

Color information

#BD9206 (or 0xBD9206) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 92 and 06. RGB value is (189,146,6). Sum of RGB (Red+Green+Blue) = 189+146+6=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9206 is #426DF9. Grayscale: #8F8F8F. Windows color (decimal): -4353530 or 430781. OLE color: 430781.

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

Color convert

RGB1891466-
CMYK00.230.970.26
HSL45.9º93.85%38.24%-
HSV(B)45.9º96.83%74.12%-
XYZ31.331.394.58-
YUV142.950.75160.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 6 (2.73% from 255) = 1.76%
R=55.43%
G=42.82%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189146600.230.970.2645.993.8538.24
HexBD926017611A2e5e26
Octal2752226027141325613646
Binary10111101100100101100101111100001110101011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9206; }

 p { color: rgb(189,146,6); }

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

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

 a { background-color: rgb(189,146,6); }

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

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

 span { border-color: rgb(189,146,6); }

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