#B99A33

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

Shades of Sahara #B99A33

Tints of Sahara #B99A33

Color information

#B99A33 (or 0xB99A33) is unknown color: approx Sahara. HEX triplet: B9, 9A and 33. RGB value is (185,154,51). Sum of RGB (Red+Green+Blue) = 185+154+51=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99A33 is #4665CC. Grayscale: #979797. Windows color (decimal): -4613581 or 3381945. OLE color: 3381945.

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

Color convert

RGB18515451-
CMYK00.170.720.27
HSL46.12º56.78%46.27%-
HSV(B)46.12º72.43%72.55%-
XYZ32.1633.667.93-
YUV151.5371.27151.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 154 (60.55% from 255) = 39.49%
BLUE value IS 51 (20.31% from 255) = 13.08%
R=47.44%
G=39.49%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851545100.170.720.2746.1256.7846.27
HexB99A33011481B2e392e
Octal2712326302111033567156
Binary1011100110011010110011010001100100011011101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A33; }

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

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

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

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

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

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

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

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