#BA9921

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

Shades of Sahara #BA9921

Tints of Sahara #BA9921

Color information

#BA9921 (or 0xBA9921) is unknown color: approx Sahara. HEX triplet: BA, 99 and 21. RGB value is (186,153,33). Sum of RGB (Red+Green+Blue) = 186+153+33=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9921 is #4566DE. Grayscale: #959595. Windows color (decimal): -4548319 or 2202042. OLE color: 2202042.

HSL color Cylindrical-coordinate representation of color #BA9921: hue angle of 47.06º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA9921 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18615333-
CMYK00.180.820.27
HSL47.06º69.86%42.94%-
HSV(B)47.06º82.26%72.94%-
XYZ31.9233.336.19-
YUV149.1962.43154.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 33 (13.28% from 255) = 8.87%
R=50%
G=41.13%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861533300.180.820.2747.0669.8642.94
HexBA9921012521B2f462b
Octal27223141022122335710653
Binary10111010100110011000010100101010010110111011111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9921; }

 p { color: rgb(186,153,33); }

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

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

 a { background-color: rgb(186,153,33); }

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

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

 span { border-color: rgb(186,153,33); }

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