#B9979B

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

Shades of Careys Pink #B9979B

Tints of Careys Pink #B9979B

Color information

#B9979B (or 0xB9979B) is unknown color: approx Careys Pink. HEX triplet: B9, 97 and 9B. RGB value is (185,151,155). Sum of RGB (Red+Green+Blue) = 185+151+155=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9979B is #466864. Grayscale: #A1A1A1. Windows color (decimal): -4614245 or 10196921. OLE color: 10196921.

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

Color convert

RGB185151155-
CMYK00.180.160.27
HSL352.94º19.54%65.88%-
HSV(B)352.94º18.38%72.55%-
XYZ36.9934.8135.78-
YUV161.62124.26144.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=37.68%
G=30.75%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515115500.180.160.27352.9419.5465.88
HexB9979B012101B1611442
Octal271227233022203354124102
Binary1011100110010111100110110100101000011011101100001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9979B; }

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

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

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

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

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

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

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

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