#BA9E33

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

Shades of Sahara #BA9E33

Tints of Sahara #BA9E33

Color information

#BA9E33 (or 0xBA9E33) is unknown color: approx Sahara. HEX triplet: BA, 9E and 33. RGB value is (186,158,51). Sum of RGB (Red+Green+Blue) = 186+158+51=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E33 is #4561CC. Grayscale: #9A9A9A. Windows color (decimal): -4547021 or 3382970. OLE color: 3382970.

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

Color convert

RGB18615851-
CMYK00.150.730.27
HSL47.56º56.96%46.47%-
HSV(B)47.56º72.58%72.94%-
XYZ33.0735.138.17-
YUV154.1769.78150.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 51 (20.31% from 255) = 12.91%
R=47.09%
G=40%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861585100.150.730.2747.5656.9646.47
HexBA9E330F491B30392e
Octal2722366301711133607156
Binary101110101001111011001101111100100111011110000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E33; }

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

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

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

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

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

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

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

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