#B3989B

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

Shades of Careys Pink #B3989B

Tints of Careys Pink #B3989B

Color information

#B3989B (or 0xB3989B) is unknown color: approx Careys Pink. HEX triplet: B3, 98 and 9B. RGB value is (179,152,155). Sum of RGB (Red+Green+Blue) = 179+152+155=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B3989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3989B is #4C6764. Grayscale: #A0A0A0. Windows color (decimal): -5007205 or 10197171. OLE color: 10197171.

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

Color convert

RGB179152155-
CMYK00.150.130.30
HSL353.33º15.08%64.9%-
HSV(B)353.33º15.08%70.2%-
XYZ35.7434.4135.77-
YUV160.42124.95141.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 155 (60.94% from 255) = 31.89%
R=36.83%
G=31.28%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915215500.150.130.30353.3315.0864.9
HexB3989B0FD1E161f41
Octal263230233017153654117101
Binary1011001110011000100110110111111011111010110000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3989B; }

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

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

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

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

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

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

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

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