#B99A2B

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

Shades of Sahara #B99A2B

Tints of Sahara #B99A2B

Color information

#B99A2B (or 0xB99A2B) is unknown color: approx Sahara. HEX triplet: B9, 9A and 2B. RGB value is (185,154,43). Sum of RGB (Red+Green+Blue) = 185+154+43=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99A2B is #4665D4. Grayscale: #979797. Windows color (decimal): -4613589 or 2857657. OLE color: 2857657.

HSL color Cylindrical-coordinate representation of color #B99A2B: hue angle of 46.9º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B99A2B is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18515443-
CMYK00.170.770.27
HSL46.9º62.28%44.71%-
HSV(B)46.9º76.76%72.55%-
XYZ3233.67.08-
YUV150.6167.27152.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 154 (60.55% from 255) = 40.31%
BLUE value IS 43 (17.19% from 255) = 11.26%
R=48.43%
G=40.31%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851544300.170.770.2746.962.2844.71
HexB99A2B0114D1B2f3e2d
Octal2712325302111533577655
Binary1011100110011010101011010001100110111011101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A2B; }

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

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

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

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

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

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

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

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