Html Css Color HEX #B59006 Dark Goldenrod

📋 copy color: '#B59006'

red 181 ◦ green 144 ◦ blue 6

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

Shades of Dark Goldenrod #B59006

Tints of Dark Goldenrod #B59006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.5%

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

R = 54.68%
G = 43.5%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B59006 (or 0xB59006) is known color: Dark Goldenrod. HEX triplet: B5, 90 and 06. RGB value is (181,144,6). Sum of RGB (Red+Green+Blue) = 181+144+6=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B59006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59006 is #4A6FF9. Grayscale: #8B8B8B. Windows color (decimal): -4878330 or 430261. OLE color: 430261.

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

Color convert

RGB 181 144 6 -
CMYK 0 0.20 0.97 0.29
HSL 47.31º 0.94% 0.37% -
HSV(B) 47.31º 0.97% 0.71% -
XYZ 29.06 29.78 4.39 -
YUV 139.33 52.76 157.72 -
System Red Green Blue C M Y K H S L
Decimal 181 144 6 0 0.20 0.97 0.29 47.31 0.94 0.37
Hex B5 90 6 0 14 61 1D 2F 5E 25
Octal 265 220 6 0 24 141 35 57 136 45
Binary 10110101 10010000 110 0 10100 1100001 11101 101111 1011110 100101

Color Harmonies of #B59006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59006

Black with #B59006

Text Example


Text Example

White with #B59006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59006; }

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

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

background-color css

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

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

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

border-color css

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

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

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