Html Css Color HEX #B59806 Dark Goldenrod

📋 copy color: '#B59806'

red 181 ◦ green 152 ◦ blue 6

#B59806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B59806

Tints of Dark Goldenrod #B59806

RGB

 RED value IS 181 (71.09% from 255) = 53.39%

 GREEN value IS 152 (59.77% from 255) = 44.84%

 BLUE value IS 6 (2.73% from 255) = 1.77%

R = 53.39%
G = 44.84%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B59806 (or 0xB59806) is known color: Dark Goldenrod. HEX triplet: B5, 98 and 06. RGB value is (181,152,6). Sum of RGB (Red+Green+Blue) = 181+152+6=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B59806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59806 is #4A67F9. Grayscale: #909090. Windows color (decimal): -4876282 or 432309. OLE color: 432309.

HSL color Cylindrical-coordinate representation of color #B59806: hue angle of 50.06º degrees, saturation: 0.94, 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 #B59806 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 152 6 -
CMYK 0 0.16 0.97 0.29
HSL 50.06º 0.94% 0.37% -
HSV(B) 50.06º 0.97% 0.71% -
XYZ 30.32 32.29 4.81 -
YUV 144.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 181 152 6 0 0.16 0.97 0.29 50.06 0.94 0.37
Hex B5 98 6 0 10 61 1D 32 5E 25
Octal 265 230 6 0 20 141 35 62 136 45
Binary 10110101 10011000 110 0 10000 1100001 11101 110010 1011110 100101

Color Harmonies of #B59806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59806

Black with #B59806

Text Example


Text Example

White with #B59806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59806; }

 p { color: rgb(181,152,6); }

 H1.HeaderClassName
 {
   color: #B59806;
 }
 .AnyTagClassName
 {
   color: #B59806;
 }
</style>

background-color css

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

 a { background-color: rgb(181,152,6); }

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

border-color css

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

 span { border-color: rgb(181,152,6); }

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