Html Css Color HEX #B99821 Sahara

📋 copy color: '#B99821'

red 185 ◦ green 152 ◦ blue 33

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

Shades of Sahara #B99821

Tints of Sahara #B99821

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

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

R = 50%
G = 41.08%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B99821 (or 0xB99821) is known color: Sahara. HEX triplet: B9, 98 and 21. RGB value is (185,152,33). Sum of RGB (Red+Green+Blue) = 185+152+33=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B99821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99821 is #4667DE. Grayscale: #949494. Windows color (decimal): -4614111 or 2201785. OLE color: 2201785.

HSL color Cylindrical-coordinate representation of color #B99821: hue angle of 46.97º 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 #B99821 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 33 -
CMYK 0 0.18 0.82 0.27
HSL 46.97º 0.7% 0.43% -
HSV(B) 46.97º 0.82% 0.73% -
XYZ 31.51 32.88 6.12 -
YUV 148.3 62.93 154.18 -
System Red Green Blue C M Y K H S L
Decimal 185 152 33 0 0.18 0.82 0.27 46.97 0.7 0.43
Hex B9 98 21 0 12 52 1B 2F 46 2B
Octal 271 230 41 0 22 122 33 57 106 53
Binary 10111001 10011000 100001 0 10010 1010010 11011 101111 1000110 101011

Color Harmonies of #B99821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99821

Black with #B99821

Text Example


Text Example

White with #B99821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99821; }

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

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

background-color css

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

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

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

border-color css

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

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

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