#BB9A2B

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

Shades of Sahara #BB9A2B

Tints of Sahara #BB9A2B

Color information

#BB9A2B (or 0xBB9A2B) is unknown color: approx Sahara. HEX triplet: BB, 9A and 2B. RGB value is (187,154,43). Sum of RGB (Red+Green+Blue) = 187+154+43=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A2B is #4465D4. Grayscale: #979797. Windows color (decimal): -4482517 or 2857659. OLE color: 2857659.

HSL color Cylindrical-coordinate representation of color #BB9A2B: hue angle of 46.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB9A2B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18715443-
CMYK00.180.770.27
HSL46.25º62.61%45.1%-
HSV(B)46.25º77.01%73.33%-
XYZ32.4933.857.11-
YUV151.2166.93153.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 154 (60.55% from 255) = 40.10%
BLUE value IS 43 (17.19% from 255) = 11.20%
R=48.70%
G=40.10%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871544300.180.770.2746.2562.6145.1
HexBB9A2B0124D1B2e3f2d
Octal2732325302211533567755
Binary1011101110011010101011010010100110111011101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A2B; }

 p { color: rgb(187,154,43); }

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

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

 a { background-color: rgb(187,154,43); }

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

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

 span { border-color: rgb(187,154,43); }

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