Html Css Color HEX #B99520 Sahara

📋 copy color: '#B99520'

red 185 ◦ green 149 ◦ blue 32

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

Shades of Sahara #B99520

Tints of Sahara #B99520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.71%

 BLUE value IS 32 (12.89% from 255) = 8.74%

R = 50.55%
G = 40.71%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B99520 (or 0xB99520) is known color: Sahara. HEX triplet: B9, 95 and 20. RGB value is (185,149,32). Sum of RGB (Red+Green+Blue) = 185+149+32=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B99520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99520 is #466ADF. Grayscale: #929292. Windows color (decimal): -4614880 or 2135481. OLE color: 2135481.

HSL color Cylindrical-coordinate representation of color #B99520: hue angle of 45.88º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B99520 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 32 -
CMYK 0 0.19 0.83 0.27
HSL 45.88º 0.71% 0.43% -
HSV(B) 45.88º 0.83% 0.73% -
XYZ 31.02 31.91 5.89 -
YUV 146.43 63.43 155.51 -
System Red Green Blue C M Y K H S L
Decimal 185 149 32 0 0.19 0.83 0.27 45.88 0.71 0.43
Hex B9 95 20 0 13 53 1B 2E 47 2B
Octal 271 225 40 0 23 123 33 56 107 53
Binary 10111001 10010101 100000 0 10011 1010011 11011 101110 1000111 101011

Color Harmonies of #B99520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99520

Black with #B99520

Text Example


Text Example

White with #B99520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99520; }

 p { color: rgb(185,149,32); }

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

background-color css

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

 a { background-color: rgb(185,149,32); }

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

border-color css

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

 span { border-color: rgb(185,149,32); }

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