#B99E27

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

Shades of Sahara #B99E27

Tints of Sahara #B99E27

Color information

#B99E27 (or 0xB99E27) is unknown color: approx Sahara. HEX triplet: B9, 9E and 27. RGB value is (185,158,39). Sum of RGB (Red+Green+Blue) = 185+158+39=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99E27 is #4661D8. Grayscale: #999999. Windows color (decimal): -4612569 or 2596537. OLE color: 2596537.

HSL color Cylindrical-coordinate representation of color #B99E27: hue angle of 48.9º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B99E27 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB18515839-
CMYK00.150.790.27
HSL48.9º65.18%43.92%-
HSV(B)48.9º78.92%72.55%-
XYZ32.634.916.94-
YUV152.5163.95151.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 39 (15.62% from 255) = 10.21%
R=48.43%
G=41.36%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851583900.150.790.2748.965.1843.92
HexB99E270F4F1B31412c
Octal27123647017117336110154
Binary1011100110011110100111011111001111110111100011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E27; }

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

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

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

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

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

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

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

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