Html Css Color HEX #B99829 Sahara

📋 copy color: '#B99829'

red 185 ◦ green 152 ◦ blue 41

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

Shades of Sahara #B99829

Tints of Sahara #B99829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.85%

R = 48.94%
G = 40.21%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B99829 (or 0xB99829) is known color: Sahara. HEX triplet: B9, 98 and 29. RGB value is (185,152,41). Sum of RGB (Red+Green+Blue) = 185+152+41=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B99829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99829 is #4667D6. Grayscale: #959595. Windows color (decimal): -4614103 or 2726073. OLE color: 2726073.

HSL color Cylindrical-coordinate representation of color #B99829: hue angle of 46.25º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B99829 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 41 -
CMYK 0 0.18 0.78 0.27
HSL 46.25º 0.64% 0.44% -
HSV(B) 46.25º 0.78% 0.73% -
XYZ 31.64 32.93 6.79 -
YUV 149.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 185 152 41 0 0.18 0.78 0.27 46.25 0.64 0.44
Hex B9 98 29 0 12 4E 1B 2E 40 2C
Octal 271 230 51 0 22 116 33 56 100 54
Binary 10111001 10011000 101001 0 10010 1001110 11011 101110 1000000 101100

Color Harmonies of #B99829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99829

Black with #B99829

Text Example


Text Example

White with #B99829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99829; }

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

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

background-color css

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

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

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

border-color css

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

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

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