#BA992A

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

Shades of Sahara #BA992A

Tints of Sahara #BA992A

Color information

#BA992A (or 0xBA992A) is unknown color: approx Sahara. HEX triplet: BA, 99 and 2A. RGB value is (186,153,42). Sum of RGB (Red+Green+Blue) = 186+153+42=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA992A is #4566D5. Grayscale: #969696. Windows color (decimal): -4548310 or 2791866. OLE color: 2791866.

HSL color Cylindrical-coordinate representation of color #BA992A: hue angle of 46.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA992A is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18615342-
CMYK00.180.770.27
HSL46.25º63.16%44.71%-
HSV(B)46.25º77.42%72.94%-
XYZ32.0633.396.95-
YUV150.2166.93153.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 42 (16.80% from 255) = 11.02%
R=48.82%
G=40.16%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861534200.180.770.2746.2563.1644.71
HexBA992A0124D1B2e3f2d
Octal2722315202211533567755
Binary1011101010011001101010010010100110111011101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA992A; }

 p { color: rgb(186,153,42); }

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

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

 a { background-color: rgb(186,153,42); }

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

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

 span { border-color: rgb(186,153,42); }

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