#B99C27

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

Shades of Sahara #B99C27

Tints of Sahara #B99C27

Color information

#B99C27 (or 0xB99C27) is unknown color: approx Sahara. HEX triplet: B9, 9C and 27. RGB value is (185,156,39). Sum of RGB (Red+Green+Blue) = 185+156+39=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C27 is #4663D8. Grayscale: #979797. Windows color (decimal): -4613081 or 2596025. OLE color: 2596025.

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

Color convert

RGB18515639-
CMYK00.160.790.27
HSL48.08º65.18%43.92%-
HSV(B)48.08º78.92%72.55%-
XYZ32.2634.246.83-
YUV151.3364.61152.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 156 (61.33% from 255) = 41.05%
BLUE value IS 39 (15.62% from 255) = 10.26%
R=48.68%
G=41.05%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851563900.160.790.2748.0865.1843.92
HexB99C270104F1B30412c
Octal27123447020117336010154
Binary10111001100111001001110100001001111110111100001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C27; }

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

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

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

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

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

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

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

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