#B5989A

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

Shades of Careys Pink #B5989A

Tints of Careys Pink #B5989A

Color information

#B5989A (or 0xB5989A) is unknown color: approx Careys Pink. HEX triplet: B5, 98 and 9A. RGB value is (181,152,154). Sum of RGB (Red+Green+Blue) = 181+152+154=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B5989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5989A is #4A6765. Grayscale: #A0A0A0. Windows color (decimal): -4876134 or 10131637. OLE color: 10131637.

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

Color convert

RGB181152154-
CMYK00.160.150.29
HSL355.86º16.38%65.29%-
HSV(B)355.86º16.02%70.98%-
XYZ36.1234.6135.35-
YUV160.9124.11142.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=37.17%
G=31.21%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115215400.160.150.29355.8616.3865.29
HexB5989A010F1D1641041
Octal265230232020173554420101
Binary101101011001100010011010010000111111101101100100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5989A; }

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

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

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

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

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

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

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

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