#B59FA4

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

Shades of Careys Pink #B59FA4

Tints of Careys Pink #B59FA4

Color information

#B59FA4 (or 0xB59FA4) is unknown color: approx Careys Pink. HEX triplet: B5, 9F and A4. RGB value is (181,159,164). Sum of RGB (Red+Green+Blue) = 181+159+164=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59FA4 is #4A605B. Grayscale: #A6A6A6. Windows color (decimal): -4874332 or 10788789. OLE color: 10788789.

HSL color Cylindrical-coordinate representation of color #B59FA4: hue angle of 346.36º 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 #B59FA4 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB181159164-
CMYK00.120.090.29
HSL346.36º12.94%66.67%-
HSV(B)346.36º12.15%70.98%-
XYZ38.1637.340.31-
YUV166.15126.79138.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 164 (64.45% from 255) = 32.54%
R=35.91%
G=31.55%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115916400.120.090.29346.3612.9466.67
HexB59FA40C91D15ad43
Octal265237244014113553215103
Binary1011010110011111101001000110010011110110101101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FA4; }

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

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

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

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

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

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

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

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