Html Css Color HEX #B59600 Dark Goldenrod

📋 copy color: '#B59600'

red 181 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #B59600

Tints of Dark Goldenrod #B59600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.68%
G = 45.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B59600 (or 0xB59600) is known color: Dark Goldenrod. HEX triplet: B5, 96 and 00. RGB value is (181,150,0). Sum of RGB (Red+Green+Blue) = 181+150+0=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B59600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59600 is #4A69FF. Grayscale: #8E8E8E. Windows color (decimal): -4876800 or 38581. OLE color: 38581.

HSL color Cylindrical-coordinate representation of color #B59600: hue angle of 49.72º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B59600 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 150 0 -
CMYK 0 0.17 1 0.29
HSL 49.72º 1% 0.35% -
HSV(B) 49.72º 1% 0.71% -
XYZ 29.96 31.64 4.53 -
YUV 142.17 47.77 155.7 -
System Red Green Blue C M Y K H S L
Decimal 181 150 0 0 0.17 1 0.29 49.72 1 0.35
Hex B5 96 0 0 11 64 1D 32 64 23
Octal 265 226 0 0 21 144 35 62 144 43
Binary 10110101 10010110 0 0 10001 1100100 11101 110010 1100100 100011

Color Harmonies of #B59600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59600

Black with #B59600

Text Example


Text Example

White with #B59600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59600; }

 p { color: rgb(181,150,0); }

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

background-color css

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

 a { background-color: rgb(181,150,0); }

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

border-color css

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

 span { border-color: rgb(181,150,0); }

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