#BA9695

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

Shades of Rosy Brown #BA9695

Tints of Rosy Brown #BA9695

Color information

#BA9695 (or 0xBA9695) is unknown color: approx Rosy Brown. HEX triplet: BA, 96 and 95. RGB value is (186,150,149). Sum of RGB (Red+Green+Blue) = 186+150+149=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9695 is #45696A. Grayscale: #A0A0A0. Windows color (decimal): -4548971 or 9803450. OLE color: 9803450.

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

Color convert

RGB186150149-
CMYK00.190.200.27
HSL1.62º21.14%65.69%-
HSV(B)1.62º19.89%72.94%-
XYZ36.5834.4233.15-
YUV160.65121.43146.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=38.35%
G=30.93%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615014900.190.200.271.6221.1465.69
HexBA9695013141B21542
Octal2722262250232433225102
Binary101110101001011010010101010011101001101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9695; }

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

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

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

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

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

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

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

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