Html Css Color HEX #B99521 Sahara

📋 copy color: '#B99521'

red 185 ◦ green 149 ◦ blue 33

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

Shades of Sahara #B99521

Tints of Sahara #B99521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.99%

R = 50.41%
G = 40.6%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B99521 (or 0xB99521) is known color: Sahara. HEX triplet: B9, 95 and 21. RGB value is (185,149,33). Sum of RGB (Red+Green+Blue) = 185+149+33=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B99521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99521 is #466ADE. Grayscale: #939393. Windows color (decimal): -4614879 or 2201017. OLE color: 2201017.

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

Color convert

RGB 185 149 33 -
CMYK 0 0.19 0.82 0.27
HSL 45.79º 0.7% 0.43% -
HSV(B) 45.79º 0.82% 0.73% -
XYZ 31.03 31.92 5.96 -
YUV 146.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 185 149 33 0 0.19 0.82 0.27 45.79 0.7 0.43
Hex B9 95 21 0 13 52 1B 2E 46 2B
Octal 271 225 41 0 23 122 33 56 106 53
Binary 10111001 10010101 100001 0 10011 1010010 11011 101110 1000110 101011

Color Harmonies of #B99521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99521

Black with #B99521

Text Example


Text Example

White with #B99521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99521; }

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

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

background-color css

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

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

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

border-color css

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

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

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