#BA9599

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

Shades of Careys Pink #BA9599

Tints of Careys Pink #BA9599

Color information

#BA9599 (or 0xBA9599) is unknown color: approx Careys Pink. HEX triplet: BA, 95 and 99. RGB value is (186,149,153). Sum of RGB (Red+Green+Blue) = 186+149+153=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9599 is #456A66. Grayscale: #A0A0A0. Windows color (decimal): -4549223 or 10065338. OLE color: 10065338.

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

Color convert

RGB186149153-
CMYK00.200.180.27
HSL353.51º21.14%65.69%-
HSV(B)353.51º19.89%72.94%-
XYZ36.7534.2334.81-
YUV160.52123.76146.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 149 (58.59% from 255) = 30.53%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=38.11%
G=30.53%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614915300.200.180.27353.5121.1465.69
HexBA9599014121B1621542
Octal272225231024223354225102
Binary1011101010010101100110010101001001011011101100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9599; }

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

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

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

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

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

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

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

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