#BB9A2F

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

Shades of Sahara #BB9A2F

Tints of Sahara #BB9A2F

Color information

#BB9A2F (or 0xBB9A2F) is unknown color: approx Sahara. HEX triplet: BB, 9A and 2F. RGB value is (187,154,47). Sum of RGB (Red+Green+Blue) = 187+154+47=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A2F is #4465D0. Grayscale: #989898. Windows color (decimal): -4482513 or 3119803. OLE color: 3119803.

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

Color convert

RGB18715447-
CMYK00.180.750.27
HSL45.86º59.83%45.88%-
HSV(B)45.86º74.87%73.33%-
XYZ32.5633.887.51-
YUV151.6768.93153.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 154 (60.55% from 255) = 39.69%
BLUE value IS 47 (18.75% from 255) = 12.11%
R=48.20%
G=39.69%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871544700.180.750.2745.8659.8345.88
HexBB9A2F0124B1B2e3c2e
Octal2732325702211333567456
Binary1011101110011010101111010010100101111011101110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A2F; }

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

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

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

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

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

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

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

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