#B99C2F

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

Shades of Sahara #B99C2F

Tints of Sahara #B99C2F

Color information

#B99C2F (or 0xB99C2F) is unknown color: approx Sahara. HEX triplet: B9, 9C and 2F. RGB value is (185,156,47). Sum of RGB (Red+Green+Blue) = 185+156+47=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C2F is #4663D0. Grayscale: #989898. Windows color (decimal): -4613073 or 3120313. OLE color: 3120313.

HSL color Cylindrical-coordinate representation of color #B99C2F: hue angle of 47.39º degrees, saturation: 0.59, 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 #B99C2F is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18515647-
CMYK00.160.750.27
HSL47.39º59.48%45.49%-
HSV(B)47.39º74.59%72.55%-
XYZ32.4134.37.6-
YUV152.2468.61151.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 156 (61.33% from 255) = 40.21%
BLUE value IS 47 (18.75% from 255) = 12.11%
R=47.68%
G=40.21%
B=12.11%

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
Decimal1851564700.160.750.2747.3959.4845.49
HexB99C2F0104B1B2f3b2d
Octal2712345702011333577355
Binary1011100110011100101111010000100101111011101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C2F; }

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

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

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

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

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

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

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

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