#BA9F2E

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

Shades of Sahara #BA9F2E

Tints of Sahara #BA9F2E

Color information

#BA9F2E (or 0xBA9F2E) is unknown color: approx Sahara. HEX triplet: BA, 9F and 2E. RGB value is (186,159,46). Sum of RGB (Red+Green+Blue) = 186+159+46=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F2E is #4560D1. Grayscale: #9A9A9A. Windows color (decimal): -4546770 or 3055546. OLE color: 3055546.

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

Color convert

RGB18615946-
CMYK00.150.750.27
HSL48.43º60.34%45.49%-
HSV(B)48.43º75.27%72.94%-
XYZ33.1435.437.68-
YUV154.1966.95150.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 46 (18.36% from 255) = 11.76%
R=47.57%
G=40.66%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861594600.150.750.2748.4360.3445.49
HexBA9F2E0F4B1B303c2d
Octal2722375601711333607455
Binary101110101001111110111001111100101111011110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F2E; }

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

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

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

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

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

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

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

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