Html Css Color HEX #B99302 Dark Goldenrod

📋 copy color: '#B99302'

red 185 ◦ green 147 ◦ blue 2

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

Shades of Dark Goldenrod #B99302

Tints of Dark Goldenrod #B99302

RGB

 RED value IS 185 (72.66% from 255) = 55.39%

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

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

R = 55.39%
G = 44.01%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B99302 (or 0xB99302) is known color: Dark Goldenrod. HEX triplet: B9, 93 and 02. RGB value is (185,147,2). Sum of RGB (Red+Green+Blue) = 185+147+2=334 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.39% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 185 - color contains mainly: red. Hex color #B99302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99302 is #466CFD. Grayscale: #8E8E8E. Windows color (decimal): -4615422 or 168889. OLE color: 168889.

HSL color Cylindrical-coordinate representation of color #B99302: hue angle of 47.54º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B99302 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 147 2 -
CMYK 0 0.21 0.99 0.27
HSL 47.54º 0.98% 0.37% -
HSV(B) 47.54º 0.99% 0.73% -
XYZ 30.45 31.19 4.47 -
YUV 141.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 185 147 2 0 0.21 0.99 0.27 47.54 0.98 0.37
Hex B9 93 2 0 15 63 1B 30 62 25
Octal 271 223 2 0 25 143 33 60 142 45
Binary 10111001 10010011 10 0 10101 1100011 11011 110000 1100010 100101

Color Harmonies of #B99302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99302

Black with #B99302

Text Example


Text Example

White with #B99302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99302; }

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

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

background-color css

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

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

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

border-color css

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

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

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