#BA9A29

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

Shades of Sahara #BA9A29

Tints of Sahara #BA9A29

Color information

#BA9A29 (or 0xBA9A29) is unknown color: approx Sahara. HEX triplet: BA, 9A and 29. RGB value is (186,154,41). Sum of RGB (Red+Green+Blue) = 186+154+41=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A29 is #4565D6. Grayscale: #979797. Windows color (decimal): -4548055 or 2726586. OLE color: 2726586.

HSL color Cylindrical-coordinate representation of color #BA9A29: hue angle of 46.76º 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 #BA9A29 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18615441-
CMYK00.170.780.27
HSL46.76º63.88%44.51%-
HSV(B)46.76º77.96%72.94%-
XYZ32.2133.716.91-
YUV150.6966.1153.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 41 (16.41% from 255) = 10.76%
R=48.82%
G=40.42%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861544100.170.780.2746.7663.8844.51
HexBA9A290114E1B2f402d
Octal27223251021116335710055
Binary10111010100110101010010100011001110110111011111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A29; }

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

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

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

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

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

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

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

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