#BA9D33

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

Shades of Sahara #BA9D33

Tints of Sahara #BA9D33

Color information

#BA9D33 (or 0xBA9D33) is unknown color: approx Sahara. HEX triplet: BA, 9D and 33. RGB value is (186,157,51). Sum of RGB (Red+Green+Blue) = 186+157+51=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D33 is #4562CC. Grayscale: #9A9A9A. Windows color (decimal): -4547277 or 3382714. OLE color: 3382714.

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

Color convert

RGB18615751-
CMYK00.160.730.27
HSL47.11º56.96%46.47%-
HSV(B)47.11º72.58%72.94%-
XYZ32.934.798.11-
YUV153.5970.11151.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 157 (61.72% from 255) = 39.85%
BLUE value IS 51 (20.31% from 255) = 12.94%
R=47.21%
G=39.85%
B=12.94%

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
Decimal1861575100.160.730.2747.1156.9646.47
HexBA9D33010491B2f392e
Octal2722356302011133577156
Binary1011101010011101110011010000100100111011101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D33; }

 p { color: rgb(186,157,51); }

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

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

 a { background-color: rgb(186,157,51); }

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

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

 span { border-color: rgb(186,157,51); }

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