#BB9B27

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

Shades of Sahara #BB9B27

Tints of Sahara #BB9B27

Color information

#BB9B27 (or 0xBB9B27) is unknown color: approx Sahara. HEX triplet: BB, 9B and 27. RGB value is (187,155,39). Sum of RGB (Red+Green+Blue) = 187+155+39=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9B27 is #4464D8. Grayscale: #979797. Windows color (decimal): -4482265 or 2595771. OLE color: 2595771.

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

Color convert

RGB18715539-
CMYK00.170.790.27
HSL47.03º65.49%44.31%-
HSV(B)47.03º79.14%73.33%-
XYZ32.5834.156.79-
YUV151.3464.6153.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 39 (15.62% from 255) = 10.24%
R=49.08%
G=40.68%
B=10.24%

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
Decimal1871553900.170.790.2747.0365.4944.31
HexBB9B270114F1B2f412c
Octal27323347021117335710154
Binary10111011100110111001110100011001111110111011111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B27; }

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

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

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

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

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

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

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

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