#B59A9C

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

Shades of Careys Pink #B59A9C

Tints of Careys Pink #B59A9C

Color information

#B59A9C (or 0xB59A9C) is unknown color: approx Careys Pink. HEX triplet: B5, 9A and 9C. RGB value is (181,154,156). Sum of RGB (Red+Green+Blue) = 181+154+156=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A9C is #4A6563. Grayscale: #A2A2A2. Windows color (decimal): -4875620 or 10263221. OLE color: 10263221.

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

Color convert

RGB181154156-
CMYK00.150.140.29
HSL355.56º15.43%65.69%-
HSV(B)355.56º14.92%70.98%-
XYZ36.6135.3436.34-
YUV162.3124.45141.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=36.86%
G=31.36%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115415600.150.140.29355.5615.4365.69
HexB59A9C0FE1D164f42
Octal265232234017163554417102
Binary1011010110011010100111000111111101110110110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59A9C; }

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

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

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

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

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

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

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

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