#B59DA2

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

Shades of Careys Pink #B59DA2

Tints of Careys Pink #B59DA2

Color information

#B59DA2 (or 0xB59DA2) is unknown color: approx Careys Pink. HEX triplet: B5, 9D and A2. RGB value is (181,157,162). Sum of RGB (Red+Green+Blue) = 181+157+162=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B59DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59DA2 is #4A625D. Grayscale: #A4A4A4. Windows color (decimal): -4874846 or 10657205. OLE color: 10657205.

HSL color Cylindrical-coordinate representation of color #B59DA2: hue angle of 347.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 #B59DA2 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB181157162-
CMYK00.130.100.29
HSL347.5º13.95%66.27%-
HSV(B)347.5º13.26%70.98%-
XYZ37.6336.5539.25-
YUV164.75126.45139.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.2%
GREEN value IS 157 (61.72% from 255) = 31.4%
BLUE value IS 162 (63.67% from 255) = 32.4%
R=36.2%
G=31.4%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115716200.130.100.29347.513.9566.27
HexB59DA20DA1D15ce42
Octal265235242015123553416102
Binary1011010110011101101000100110110101110110101110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DA2; }

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

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

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

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

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

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

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

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