#BAA030

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

Shades of Sahara #BAA030

Tints of Sahara #BAA030

Color information

#BAA030 (or 0xBAA030) is unknown color: approx Sahara. HEX triplet: BA, A0 and 30. RGB value is (186,160,48). Sum of RGB (Red+Green+Blue) = 186+160+48=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA030 is #455FCF. Grayscale: #9B9B9B. Windows color (decimal): -4546512 or 3186874. OLE color: 3186874.

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

Color convert

RGB18616048-
CMYK00.140.740.27
HSL48.7º58.97%45.88%-
HSV(B)48.7º74.19%72.94%-
XYZ33.3535.797.95-
YUV155.0167.61150.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 160 (62.89% from 255) = 40.61%
BLUE value IS 48 (19.14% from 255) = 12.18%
R=47.21%
G=40.61%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861604800.140.740.2748.758.9745.88
HexBAA0300E4A1B313b2e
Octal2722406001611233617356
Binary101110101010000011000001110100101011011110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA030; }

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

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

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

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

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

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

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

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