#BA9F23

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

Shades of Sahara #BA9F23

Tints of Sahara #BA9F23

Color information

#BA9F23 (or 0xBA9F23) is unknown color: approx Sahara. HEX triplet: BA, 9F and 23. RGB value is (186,159,35). Sum of RGB (Red+Green+Blue) = 186+159+35=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F23 is #4560DC. Grayscale: #999999. Windows color (decimal): -4546781 or 2334650. OLE color: 2334650.

HSL color Cylindrical-coordinate representation of color #BA9F23: hue angle of 49.27º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA9F23 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18615935-
CMYK00.150.810.27
HSL49.27º68.33%43.33%-
HSV(B)49.27º81.18%72.94%-
XYZ32.9535.366.68-
YUV152.9461.45151.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 159 (62.5% from 255) = 41.84%
BLUE value IS 35 (14.06% from 255) = 9.21%
R=48.95%
G=41.84%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861593500.150.810.2749.2768.3343.33
HexBA9F230F511B31442b
Octal27223743017121336110453
Binary1011101010011111100011011111010001110111100011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F23; }

 p { color: rgb(186,159,35); }

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

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

 a { background-color: rgb(186,159,35); }

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

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

 span { border-color: rgb(186,159,35); }

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