#BAA133

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

Shades of Sahara #BAA133

Tints of Sahara #BAA133

Color information

#BAA133 (or 0xBAA133) is unknown color: approx Sahara. HEX triplet: BA, A1 and 33. RGB value is (186,161,51). Sum of RGB (Red+Green+Blue) = 186+161+51=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA133 is #455ECC. Grayscale: #9C9C9C. Windows color (decimal): -4546253 or 3383738. OLE color: 3383738.

HSL color Cylindrical-coordinate representation of color #BAA133: hue angle of 48.89º degrees, saturation: 0.57, 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 #BAA133 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18616151-
CMYK00.130.730.27
HSL48.89º56.96%46.47%-
HSV(B)48.89º72.58%72.94%-
XYZ33.5936.178.34-
YUV155.9368.78149.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 161 (63.28% from 255) = 40.45%
BLUE value IS 51 (20.31% from 255) = 12.81%
R=46.73%
G=40.45%
B=12.81%

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
Decimal1861615100.130.730.2748.8956.9646.47
HexBAA1330D491B31392e
Octal2722416301511133617156
Binary101110101010000111001101101100100111011110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA133; }

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

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

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

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

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

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

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

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