Html Css Color HEX #B59302 Dark Goldenrod

📋 copy color: '#B59302'

red 181 ◦ green 147 ◦ blue 2

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

Shades of Dark Goldenrod #B59302

Tints of Dark Goldenrod #B59302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.55%

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

R = 54.85%
G = 44.55%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B59302 (or 0xB59302) is known color: Dark Goldenrod. HEX triplet: B5, 93 and 02. RGB value is (181,147,2). Sum of RGB (Red+Green+Blue) = 181+147+2=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B59302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59302 is #4A6CFD. Grayscale: #8D8D8D. Windows color (decimal): -4877566 or 168885. OLE color: 168885.

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

Color convert

RGB 181 147 2 -
CMYK 0 0.19 0.99 0.29
HSL 48.6º 0.98% 0.36% -
HSV(B) 48.6º 0.99% 0.71% -
XYZ 29.5 30.7 4.43 -
YUV 140.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 181 147 2 0 0.19 0.99 0.29 48.6 0.98 0.36
Hex B5 93 2 0 13 63 1D 31 62 24
Octal 265 223 2 0 23 143 35 61 142 44
Binary 10110101 10010011 10 0 10011 1100011 11101 110001 1100010 100100

Color Harmonies of #B59302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59302

Black with #B59302

Text Example


Text Example

White with #B59302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59302; }

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

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

background-color css

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

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

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

border-color css

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

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

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