#BA9595

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

Shades of Rosy Brown #BA9595

Tints of Rosy Brown #BA9595

Color information

#BA9595 (or 0xBA9595) is unknown color: approx Rosy Brown. HEX triplet: BA, 95 and 95. RGB value is (186,149,149). Sum of RGB (Red+Green+Blue) = 186+149+149=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9595 is #456A6A. Grayscale: #A0A0A0. Windows color (decimal): -4549227 or 9803194. OLE color: 9803194.

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

Color convert

RGB186149149-
CMYK00.200.200.27
HSL21.14%65.69%-
HSV(B)19.89%72.94%-
XYZ36.4234.133.1-
YUV160.06121.76146.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=38.43%
G=30.79%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614914900.200.200.27021.1465.69
HexBA9595014141B01542
Octal2722252250242433025102
Binary10111010100101011001010101010010100110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9595; }

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

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

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

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

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

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

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

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