#B99F33

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

Shades of Sahara #B99F33

Tints of Sahara #B99F33

Color information

#B99F33 (or 0xB99F33) is unknown color: approx Sahara. HEX triplet: B9, 9F and 33. RGB value is (185,159,51). Sum of RGB (Red+Green+Blue) = 185+159+51=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99F33 is #4660CC. Grayscale: #9A9A9A. Windows color (decimal): -4612301 or 3383225. OLE color: 3383225.

HSL color Cylindrical-coordinate representation of color #B99F33: hue angle of 48.36º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B99F33 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18515951-
CMYK00.140.720.27
HSL48.36º56.78%46.27%-
HSV(B)48.36º72.43%72.55%-
XYZ3335.358.22-
YUV154.4669.61149.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 51 (20.31% from 255) = 12.91%
R=46.84%
G=40.25%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851595100.140.720.2748.3656.7846.27
HexB99F330E481B30392e
Octal2712376301611033607156
Binary101110011001111111001101110100100011011110000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F33; }

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

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

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

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

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

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

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

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