#BAA029

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

Shades of Sahara #BAA029

Tints of Sahara #BAA029

Color information

#BAA029 (or 0xBAA029) is unknown color: approx Sahara. HEX triplet: BA, A0 and 29. RGB value is (186,160,41). Sum of RGB (Red+Green+Blue) = 186+160+41=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA029 is #455FD6. Grayscale: #9A9A9A. Windows color (decimal): -4546519 or 2728122. OLE color: 2728122.

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

Color convert

RGB18616041-
CMYK00.140.780.27
HSL49.24º63.88%44.51%-
HSV(B)49.24º77.96%72.94%-
XYZ33.2235.747.25-
YUV154.2164.11150.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 160 (62.89% from 255) = 41.34%
BLUE value IS 41 (16.41% from 255) = 10.59%
R=48.06%
G=41.34%
B=10.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861604100.140.780.2749.2463.8844.51
HexBAA0290E4E1B31402d
Octal27224051016116336110055
Binary1011101010100000101001011101001110110111100011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA029; }

 p { color: rgb(186,160,41); }

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

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

 a { background-color: rgb(186,160,41); }

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

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

 span { border-color: rgb(186,160,41); }

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