#B59FA1

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

Shades of Careys Pink #B59FA1

Tints of Careys Pink #B59FA1

Color information

#B59FA1 (or 0xB59FA1) is unknown color: approx Careys Pink. HEX triplet: B5, 9F and A1. RGB value is (181,159,161). Sum of RGB (Red+Green+Blue) = 181+159+161=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59FA1 is #4A605E. Grayscale: #A5A5A5. Windows color (decimal): -4874335 or 10592181. OLE color: 10592181.

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

Color convert

RGB181159161-
CMYK00.120.110.29
HSL354.55º12.94%66.67%-
HSV(B)354.55º12.15%70.98%-
XYZ37.8937.1938.9-
YUV165.81125.29138.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 161 (63.28% from 255) = 32.14%
R=36.13%
G=31.74%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115916100.120.110.29354.5512.9466.67
HexB59FA10CB1D163d43
Octal265237241014133554315103
Binary1011010110011111101000010110010111110110110001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FA1; }

 p { color: rgb(181,159,161); }

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

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

 a { background-color: rgb(181,159,161); }

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

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

 span { border-color: rgb(181,159,161); }

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