Html Css Color HEX #B59802 Dark Goldenrod

📋 copy color: '#B59802'

red 181 ◦ green 152 ◦ blue 2

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

Shades of Dark Goldenrod #B59802

Tints of Dark Goldenrod #B59802

RGB

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

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

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

R = 54.03%
G = 45.37%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B59802 (or 0xB59802) is known color: Dark Goldenrod. HEX triplet: B5, 98 and 02. RGB value is (181,152,2). Sum of RGB (Red+Green+Blue) = 181+152+2=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B59802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59802 is #4A67FD. Grayscale: #909090. Windows color (decimal): -4876286 or 170165. OLE color: 170165.

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

Color convert

RGB 181 152 2 -
CMYK 0 0.16 0.99 0.29
HSL 50.28º 0.98% 0.36% -
HSV(B) 50.28º 0.99% 0.71% -
XYZ 30.3 32.28 4.69 -
YUV 143.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 181 152 2 0 0.16 0.99 0.29 50.28 0.98 0.36
Hex B5 98 2 0 10 63 1D 32 62 24
Octal 265 230 2 0 20 143 35 62 142 44
Binary 10110101 10011000 10 0 10000 1100011 11101 110010 1100010 100100

Color Harmonies of #B59802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59802

Black with #B59802

Text Example


Text Example

White with #B59802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59802; }

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

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

background-color css

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

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

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

border-color css

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

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

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