#B7999C

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

Shades of Careys Pink #B7999C

Tints of Careys Pink #B7999C

Color information

#B7999C (or 0xB7999C) is unknown color: approx Careys Pink. HEX triplet: B7, 99 and 9C. RGB value is (183,153,156). Sum of RGB (Red+Green+Blue) = 183+153+156=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 183 - color contains mainly: red. Hex color #B7999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7999C is #486663. Grayscale: #A2A2A2. Windows color (decimal): -4744804 or 10262967. OLE color: 10262967.

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

Color convert

RGB183153156-
CMYK00.160.150.28
HSL354º17.24%65.88%-
HSV(B)354º16.39%71.76%-
XYZ36.9235.2536.31-
YUV162.31124.44142.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=37.20%
G=31.10%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315315600.160.150.2835417.2465.88
HexB7999C010F1C1621142
Octal267231234020173454221102
Binary101101111001100110011100010000111111100101100010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7999C; }

 p { color: rgb(183,153,156); }

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

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

 a { background-color: rgb(183,153,156); }

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

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

 span { border-color: rgb(183,153,156); }

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