#BA9B32

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

Shades of Sahara #BA9B32

Tints of Sahara #BA9B32

Color information

#BA9B32 (or 0xBA9B32) is unknown color: approx Sahara. HEX triplet: BA, 9B and 32. RGB value is (186,155,50). Sum of RGB (Red+Green+Blue) = 186+155+50=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9B32 is #4564CD. Grayscale: #989898. Windows color (decimal): -4547790 or 3316666. OLE color: 3316666.

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

Color convert

RGB18615550-
CMYK00.170.730.27
HSL46.32º57.63%46.27%-
HSV(B)46.32º73.12%72.94%-
XYZ32.5534.117.89-
YUV152.370.27152.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 155 (60.94% from 255) = 39.64%
BLUE value IS 50 (19.92% from 255) = 12.79%
R=47.57%
G=39.64%
B=12.79%

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
Decimal1861555000.170.730.2746.3257.6346.27
HexBA9B32011491B2e3a2e
Octal2722336202111133567256
Binary1011101010011011110010010001100100111011101110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B32; }

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

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

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

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

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

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

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

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