#BB9A22

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

Shades of Sahara #BB9A22

Tints of Sahara #BB9A22

Color information

#BB9A22 (or 0xBB9A22) is unknown color: approx Sahara. HEX triplet: BB, 9A and 22. RGB value is (187,154,34). Sum of RGB (Red+Green+Blue) = 187+154+34=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A22 is #4465DD. Grayscale: #969696. Windows color (decimal): -4482526 or 2267835. OLE color: 2267835.

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

Color convert

RGB18715434-
CMYK00.180.820.27
HSL47.06º69.23%43.33%-
HSV(B)47.06º81.82%73.33%-
XYZ32.3433.796.33-
YUV150.1962.43154.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 154 (60.55% from 255) = 41.07%
BLUE value IS 34 (13.67% from 255) = 9.07%
R=49.87%
G=41.07%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871543400.180.820.2747.0669.2343.33
HexBB9A22012521B2f452b
Octal27323242022122335710553
Binary10111011100110101000100100101010010110111011111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A22; }

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

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

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

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

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

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

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

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