#BAA132

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

Shades of Sahara #BAA132

Tints of Sahara #BAA132

Color information

#BAA132 (or 0xBAA132) is unknown color: approx Sahara. HEX triplet: BA, A1 and 32. RGB value is (186,161,50). Sum of RGB (Red+Green+Blue) = 186+161+50=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA132 is #455ECD. Grayscale: #9C9C9C. Windows color (decimal): -4546254 or 3318202. OLE color: 3318202.

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

Color convert

RGB18616150-
CMYK00.130.730.27
HSL48.97º57.63%46.27%-
HSV(B)48.97º73.12%72.94%-
XYZ33.5736.168.23-
YUV155.8268.28149.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 50 (19.92% from 255) = 12.59%
R=46.85%
G=40.55%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861615000.130.730.2748.9757.6346.27
HexBAA1320D491B313a2e
Octal2722416201511133617256
Binary101110101010000111001001101100100111011110001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA132; }

 p { color: rgb(186,161,50); }

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

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

 a { background-color: rgb(186,161,50); }

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

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

 span { border-color: rgb(186,161,50); }

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