#BA9C32

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

Shades of Sahara #BA9C32

Tints of Sahara #BA9C32

Color information

#BA9C32 (or 0xBA9C32) is unknown color: approx Sahara. HEX triplet: BA, 9C and 32. RGB value is (186,156,50). Sum of RGB (Red+Green+Blue) = 186+156+50=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C32 is #4563CD. Grayscale: #999999. Windows color (decimal): -4547534 or 3316922. OLE color: 3316922.

HSL color Cylindrical-coordinate representation of color #BA9C32: hue angle of 46.76º 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 #BA9C32 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18615650-
CMYK00.160.730.27
HSL46.76º57.63%46.27%-
HSV(B)46.76º73.12%72.94%-
XYZ32.7134.457.94-
YUV152.8969.94151.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 50 (19.92% from 255) = 12.76%
R=47.45%
G=39.80%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861565000.160.730.2746.7657.6346.27
HexBA9C32010491B2f3a2e
Octal2722346202011133577256
Binary1011101010011100110010010000100100111011101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C32; }

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

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

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

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

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

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

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

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