#BA9F2A

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

Shades of Sahara #BA9F2A

Tints of Sahara #BA9F2A

Color information

#BA9F2A (or 0xBA9F2A) is unknown color: approx Sahara. HEX triplet: BA, 9F and 2A. RGB value is (186,159,42). Sum of RGB (Red+Green+Blue) = 186+159+42=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F2A is #4560D5. Grayscale: #9A9A9A. Windows color (decimal): -4546774 or 2793402. OLE color: 2793402.

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

Color convert

RGB18615942-
CMYK00.150.770.27
HSL48.75º63.16%44.71%-
HSV(B)48.75º77.42%72.94%-
XYZ33.0735.47.28-
YUV153.7464.95151.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 159 (62.5% from 255) = 41.09%
BLUE value IS 42 (16.80% from 255) = 10.85%
R=48.06%
G=41.09%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861594200.150.770.2748.7563.1644.71
HexBA9F2A0F4D1B313f2d
Octal2722375201711533617755
Binary101110101001111110101001111100110111011110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F2A; }

 p { color: rgb(186,159,42); }

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

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

 a { background-color: rgb(186,159,42); }

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

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

 span { border-color: rgb(186,159,42); }

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