#B99C2E

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

Shades of Sahara #B99C2E

Tints of Sahara #B99C2E

Color information

#B99C2E (or 0xB99C2E) is unknown color: approx Sahara. HEX triplet: B9, 9C and 2E. RGB value is (185,156,46). Sum of RGB (Red+Green+Blue) = 185+156+46=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C2E is #4663D1. Grayscale: #989898. Windows color (decimal): -4613074 or 3054777. OLE color: 3054777.

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

Color convert

RGB18515646-
CMYK00.160.750.27
HSL47.48º60.17%45.29%-
HSV(B)47.48º75.14%72.55%-
XYZ32.3934.297.5-
YUV152.1368.11151.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 156 (61.33% from 255) = 40.31%
BLUE value IS 46 (18.36% from 255) = 11.89%
R=47.80%
G=40.31%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851564600.160.750.2747.4860.1745.29
HexB99C2E0104B1B2f3c2d
Octal2712345602011333577455
Binary1011100110011100101110010000100101111011101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C2E; }

 p { color: rgb(185,156,46); }

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

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

 a { background-color: rgb(185,156,46); }

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

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

 span { border-color: rgb(185,156,46); }

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