Html Css Color HEX #B99210 Dark Goldenrod

📋 copy color: '#B99210'

red 185 ◦ green 146 ◦ blue 16

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

Shades of Dark Goldenrod #B99210

Tints of Dark Goldenrod #B99210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 53.31%
G = 42.07%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B99210 (or 0xB99210) is known color: Dark Goldenrod. HEX triplet: B9, 92 and 10. RGB value is (185,146,16). Sum of RGB (Red+Green+Blue) = 185+146+16=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B99210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99210 is #466DEF. Grayscale: #8F8F8F. Windows color (decimal): -4615664 or 1086137. OLE color: 1086137.

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

Color convert

RGB 185 146 16 -
CMYK 0 0.21 0.91 0.27
HSL 46.15º 0.84% 0.39% -
HSV(B) 46.15º 0.91% 0.73% -
XYZ 30.38 30.91 4.86 -
YUV 142.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 185 146 16 0 0.21 0.91 0.27 46.15 0.84 0.39
Hex B9 92 10 0 15 5B 1B 2E 54 27
Octal 271 222 20 0 25 133 33 56 124 47
Binary 10111001 10010010 10000 0 10101 1011011 11011 101110 1010100 100111

Color Harmonies of #B99210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99210

Black with #B99210

Text Example


Text Example

White with #B99210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99210; }

 p { color: rgb(185,146,16); }

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

background-color css

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

 a { background-color: rgb(185,146,16); }

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

border-color css

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

 span { border-color: rgb(185,146,16); }

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