#BA9A24

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

Shades of Sahara #BA9A24

Tints of Sahara #BA9A24

Color information

#BA9A24 (or 0xBA9A24) is unknown color: approx Sahara. HEX triplet: BA, 9A and 24. RGB value is (186,154,36). Sum of RGB (Red+Green+Blue) = 186+154+36=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A24 is #4565DB. Grayscale: #969696. Windows color (decimal): -4548060 or 2398906. OLE color: 2398906.

HSL color Cylindrical-coordinate representation of color #BA9A24: hue angle of 47.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA9A24 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18615436-
CMYK00.170.810.27
HSL47.2º67.57%43.53%-
HSV(B)47.2º80.65%72.94%-
XYZ32.1233.686.48-
YUV150.1263.6153.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 154 (60.55% from 255) = 40.96%
BLUE value IS 36 (14.45% from 255) = 9.57%
R=49.47%
G=40.96%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861543600.170.810.2747.267.5743.53
HexBA9A24011511B2f442c
Octal27223244021121335710454
Binary10111010100110101001000100011010001110111011111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A24; }

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

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

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

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

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

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

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

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