#BA9A32

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

Shades of Sahara #BA9A32

Tints of Sahara #BA9A32

Color information

#BA9A32 (or 0xBA9A32) is unknown color: approx Sahara. HEX triplet: BA, 9A and 32. RGB value is (186,154,50). Sum of RGB (Red+Green+Blue) = 186+154+50=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A32 is #4565CD. Grayscale: #989898. Windows color (decimal): -4548046 or 3316410. OLE color: 3316410.

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

Color convert

RGB18615450-
CMYK00.170.730.27
HSL45.88º57.63%46.27%-
HSV(B)45.88º73.12%72.94%-
XYZ32.3833.787.83-
YUV151.7170.6152.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 154 (60.55% from 255) = 39.49%
BLUE value IS 50 (19.92% from 255) = 12.82%
R=47.69%
G=39.49%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861545000.170.730.2745.8857.6346.27
HexBA9A32011491B2e3a2e
Octal2722326202111133567256
Binary1011101010011010110010010001100100111011101110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A32; }

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

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

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

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

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

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

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

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