#B99F29

Color #B99F29 Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #B99F29

Tints of Sahara #B99F29

Color information

#B99F29 (or 0xB99F29) is unknown color: approx Sahara. HEX triplet: B9, 9F and 29. RGB value is (185,159,41). Sum of RGB (Red+Green+Blue) = 185+159+41=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99F29 is #4660D6. Grayscale: #999999. Windows color (decimal): -4612311 or 2727865. OLE color: 2727865.

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

Color convert

RGB18515941-
CMYK00.140.780.27
HSL49.17º63.72%44.31%-
HSV(B)49.17º77.84%72.55%-
XYZ32.8135.277.18-
YUV153.3264.61150.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.05%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 41 (16.41% from 255) = 10.65%
R=48.05%
G=41.30%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851594100.140.780.2749.1763.7244.31
HexB99F290E4E1B31402c
Octal27123751016116336110054
Binary1011100110011111101001011101001110110111100011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F29; }

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

 H1.HeaderClassName
 {
   color: #B99F29;
 }
 .AnyTagClassName
 {
   color: #B99F29;
 }
</style>
background-color css

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

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

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

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

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

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