#B59CA0

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

Shades of Careys Pink #B59CA0

Tints of Careys Pink #B59CA0

Color information

#B59CA0 (or 0xB59CA0) is unknown color: approx Careys Pink. HEX triplet: B5, 9C and A0. RGB value is (181,156,160). Sum of RGB (Red+Green+Blue) = 181+156+160=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B59CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59CA0 is #4A635F. Grayscale: #A3A3A3. Windows color (decimal): -4875104 or 10525877. OLE color: 10525877.

HSL color Cylindrical-coordinate representation of color #B59CA0: hue angle of 350.4º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B59CA0 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB181156160-
CMYK00.140.120.29
HSL350.4º14.45%66.08%-
HSV(B)350.4º13.81%70.98%-
XYZ37.2936.1438.27-
YUV163.93125.78140.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=36.42%
G=31.39%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115616000.140.120.29350.414.4566.08
HexB59CA00EC1D15ee42
Octal265234240016143553616102
Binary1011010110011100101000000111011001110110101111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CA0; }

 p { color: rgb(181,156,160); }

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

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

 a { background-color: rgb(181,156,160); }

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

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

 span { border-color: rgb(181,156,160); }

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