#BA9999

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

Shades of Rosy Brown #BA9999

Tints of Rosy Brown #BA9999

Color information

#BA9999 (or 0xBA9999) is unknown color: approx Rosy Brown. HEX triplet: BA, 99 and 99. RGB value is (186,153,153). Sum of RGB (Red+Green+Blue) = 186+153+153=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9999 is #456666. Grayscale: #A2A2A2. Windows color (decimal): -4548199 or 10066362. OLE color: 10066362.

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

Color convert

RGB186153153-
CMYK00.180.180.27
HSL19.3%66.47%-
HSV(B)17.74%72.94%-
XYZ37.3935.5235.02-
YUV162.87122.43144.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=37.80%
G=31.10%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615315300.180.180.27019.366.47
HexBA9999012121B01342
Octal2722312310222233023102
Binary10111010100110011001100101001010010110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9999; }

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

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

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

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

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

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

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

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