#B59D9E

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

Shades of Careys Pink #B59D9E

Tints of Careys Pink #B59D9E

Color information

#B59D9E (or 0xB59D9E) is unknown color: approx Careys Pink. HEX triplet: B5, 9D and 9E. RGB value is (181,157,158). Sum of RGB (Red+Green+Blue) = 181+157+158=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59D9E is #4A6261. Grayscale: #A4A4A4. Windows color (decimal): -4874850 or 10395061. OLE color: 10395061.

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

Color convert

RGB181157158-
CMYK00.130.130.29
HSL357.5º13.95%66.27%-
HSV(B)357.5º13.26%70.98%-
XYZ37.2836.4137.41-
YUV164.29124.45139.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 158 (62.11% from 255) = 31.85%
R=36.49%
G=31.65%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115715800.130.130.29357.513.9566.27
HexB59D9E0DD1D166e42
Octal265235236015153554616102
Binary1011010110011101100111100110111011110110110011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59D9E; }

 p { color: rgb(181,157,158); }

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

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

 a { background-color: rgb(181,157,158); }

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

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

 span { border-color: rgb(181,157,158); }

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