Html Css Color HEX #B59002 Dark Goldenrod

📋 copy color: '#B59002'

red 181 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #B59002

Tints of Dark Goldenrod #B59002

RGB

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

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

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

R = 55.35%
G = 44.04%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B59002 (or 0xB59002) is known color: Dark Goldenrod. HEX triplet: B5, 90 and 02. RGB value is (181,144,2). Sum of RGB (Red+Green+Blue) = 181+144+2=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B59002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59002 is #4A6FFD. Grayscale: #8B8B8B. Windows color (decimal): -4878334 or 168117. OLE color: 168117.

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

Color convert

RGB 181 144 2 -
CMYK 0 0.20 0.99 0.29
HSL 47.6º 0.98% 0.36% -
HSV(B) 47.6º 0.99% 0.71% -
XYZ 29.04 29.77 4.27 -
YUV 138.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 181 144 2 0 0.20 0.99 0.29 47.6 0.98 0.36
Hex B5 90 2 0 14 63 1D 30 62 24
Octal 265 220 2 0 24 143 35 60 142 44
Binary 10110101 10010000 10 0 10100 1100011 11101 110000 1100010 100100

Color Harmonies of #B59002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59002

Black with #B59002

Text Example


Text Example

White with #B59002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59002; }

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

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

background-color css

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

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

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

border-color css

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

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

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