#B99E33

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

Shades of Sahara #B99E33

Tints of Sahara #B99E33

Color information

#B99E33 (or 0xB99E33) is unknown color: approx Sahara. HEX triplet: B9, 9E and 33. RGB value is (185,158,51). Sum of RGB (Red+Green+Blue) = 185+158+51=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99E33 is #4661CC. Grayscale: #9A9A9A. Windows color (decimal): -4612557 or 3382969. OLE color: 3382969.

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

Color convert

RGB18515851-
CMYK00.150.720.27
HSL47.91º56.78%46.27%-
HSV(B)47.91º72.43%72.55%-
XYZ32.8335.018.16-
YUV153.8769.95150.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 51 (20.31% from 255) = 12.94%
R=46.95%
G=40.10%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851585100.150.720.2747.9156.7846.27
HexB99E330F481B30392e
Octal2712366301711033607156
Binary101110011001111011001101111100100011011110000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E33; }

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

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

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

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

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

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

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

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