#B8979B

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

Shades of Careys Pink #B8979B

Tints of Careys Pink #B8979B

Color information

#B8979B (or 0xB8979B) is unknown color: approx Careys Pink. HEX triplet: B8, 97 and 9B. RGB value is (184,151,155). Sum of RGB (Red+Green+Blue) = 184+151+155=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8979B is #476864. Grayscale: #A1A1A1. Windows color (decimal): -4679781 or 10196920. OLE color: 10196920.

HSL color Cylindrical-coordinate representation of color #B8979B: hue angle of 352.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8979B is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB184151155-
CMYK00.180.160.28
HSL352.73º18.86%65.69%-
HSV(B)352.73º17.93%72.16%-
XYZ36.7534.6935.77-
YUV161.32124.43144.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.55%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 155 (60.94% from 255) = 31.63%
R=37.55%
G=30.82%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415115500.180.160.28352.7318.8665.69
HexB8979B012101C1611342
Octal270227233022203454123102
Binary1011100010010111100110110100101000011100101100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8979B; }

 p { color: rgb(184,151,155); }

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

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

 a { background-color: rgb(184,151,155); }

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

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

 span { border-color: rgb(184,151,155); }

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