Html Css Color HEX #B99629 Sahara

📋 copy color: '#B99629'

red 185 ◦ green 150 ◦ blue 41

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

Shades of Sahara #B99629

Tints of Sahara #B99629

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

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

R = 49.2%
G = 39.89%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B99629 (or 0xB99629) is known color: Sahara. HEX triplet: B9, 96 and 29. RGB value is (185,150,41). Sum of RGB (Red+Green+Blue) = 185+150+41=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B99629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99629 is #4669D6. Grayscale: #949494. Windows color (decimal): -4614615 or 2725561. OLE color: 2725561.

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

Color convert

RGB 185 150 41 -
CMYK 0 0.19 0.78 0.27
HSL 45.42º 0.64% 0.44% -
HSV(B) 45.42º 0.78% 0.73% -
XYZ 31.31 32.29 6.68 -
YUV 148.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 185 150 41 0 0.19 0.78 0.27 45.42 0.64 0.44
Hex B9 96 29 0 13 4E 1B 2D 40 2C
Octal 271 226 51 0 23 116 33 55 100 54
Binary 10111001 10010110 101001 0 10011 1001110 11011 101101 1000000 101100

Color Harmonies of #B99629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99629

Black with #B99629

Text Example


Text Example

White with #B99629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99629; }

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

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

background-color css

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

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

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

border-color css

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

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

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