#BB9C27

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

Shades of Sahara #BB9C27

Tints of Sahara #BB9C27

Color information

#BB9C27 (or 0xBB9C27) is unknown color: approx Sahara. HEX triplet: BB, 9C and 27. RGB value is (187,156,39). Sum of RGB (Red+Green+Blue) = 187+156+39=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C27 is #4463D8. Grayscale: #989898. Windows color (decimal): -4482009 or 2596027. OLE color: 2596027.

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

Color convert

RGB18715639-
CMYK00.170.790.27
HSL47.43º65.49%44.31%-
HSV(B)47.43º79.14%73.33%-
XYZ32.7534.496.85-
YUV151.9364.27153.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 156 (61.33% from 255) = 40.84%
BLUE value IS 39 (15.62% from 255) = 10.21%
R=48.95%
G=40.84%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871563900.170.790.2747.4365.4944.31
HexBB9C270114F1B2f412c
Octal27323447021117335710154
Binary10111011100111001001110100011001111110111011111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C27; }

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

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

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

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

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

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

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

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