Html Css Color HEX #B59602 Dark Goldenrod

📋 copy color: '#B59602'

red 181 ◦ green 150 ◦ blue 2

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

Shades of Dark Goldenrod #B59602

Tints of Dark Goldenrod #B59602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 54.35%
G = 45.05%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B59602 (or 0xB59602) is known color: Dark Goldenrod. HEX triplet: B5, 96 and 02. RGB value is (181,150,2). Sum of RGB (Red+Green+Blue) = 181+150+2=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B59602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59602 is #4A69FD. Grayscale: #8F8F8F. Windows color (decimal): -4876798 or 169653. OLE color: 169653.

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

Color convert

RGB 181 150 2 -
CMYK 0 0.17 0.99 0.29
HSL 49.61º 0.98% 0.36% -
HSV(B) 49.61º 0.99% 0.71% -
XYZ 29.97 31.64 4.58 -
YUV 142.4 48.77 155.53 -
System Red Green Blue C M Y K H S L
Decimal 181 150 2 0 0.17 0.99 0.29 49.61 0.98 0.36
Hex B5 96 2 0 11 63 1D 32 62 24
Octal 265 226 2 0 21 143 35 62 142 44
Binary 10110101 10010110 10 0 10001 1100011 11101 110010 1100010 100100

Color Harmonies of #B59602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59602

Black with #B59602

Text Example


Text Example

White with #B59602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59602; }

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

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

background-color css

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

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

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

border-color css

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

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

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