#B69605

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

Shades of Dark Goldenrod #B69605

Tints of Dark Goldenrod #B69605

Color information

#B69605 (or 0xB69605) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 96 and 05. RGB value is (182,150,5). Sum of RGB (Red+Green+Blue) = 182+150+5=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B69605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69605 is #4969FA. Grayscale: #8F8F8F. Windows color (decimal): -4811259 or 366262. OLE color: 366262.

HSL color Cylindrical-coordinate representation of color #B69605: hue angle of 49.15º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B69605 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1821505-
CMYK00.180.970.29
HSL49.15º94.65%36.67%-
HSV(B)49.15º97.25%71.37%-
XYZ30.2331.774.68-
YUV143.0450.1155.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 150 (58.98% from 255) = 44.51%
BLUE value IS 5 (2.34% from 255) = 1.48%
R=54.01%
G=44.51%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182150500.180.970.2949.1594.6536.67
HexB6965012611D315f25
Octal2662265022141356113745
Binary10110110100101101010100101100001111011100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69605; }

 p { color: rgb(182,150,5); }

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

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

 a { background-color: rgb(182,150,5); }

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

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

 span { border-color: rgb(182,150,5); }

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