#B4989B

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

Shades of Careys Pink #B4989B

Tints of Careys Pink #B4989B

Color information

#B4989B (or 0xB4989B) is unknown color: approx Careys Pink. HEX triplet: B4, 98 and 9B. RGB value is (180,152,155). Sum of RGB (Red+Green+Blue) = 180+152+155=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B4989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4989B is #4B6764. Grayscale: #A0A0A0. Windows color (decimal): -4941669 or 10197172. OLE color: 10197172.

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

Color convert

RGB180152155-
CMYK00.160.140.29
HSL353.57º15.73%65.1%-
HSV(B)353.57º15.56%70.59%-
XYZ35.9734.5335.78-
YUV160.71124.78141.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=36.96%
G=31.21%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015215500.160.140.29353.5715.7365.1
HexB4989B010E1D1621041
Octal264230233020163554220101
Binary101101001001100010011011010000111011101101100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4989B; }

 p { color: rgb(180,152,155); }

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

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

 a { background-color: rgb(180,152,155); }

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

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

 span { border-color: rgb(180,152,155); }

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