#B8999A

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

Shades of Careys Pink #B8999A

Tints of Careys Pink #B8999A

Color information

#B8999A (or 0xB8999A) is unknown color: approx Careys Pink. HEX triplet: B8, 99 and 9A. RGB value is (184,153,154). Sum of RGB (Red+Green+Blue) = 184+153+154=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8999A is #476665. Grayscale: #A2A2A2. Windows color (decimal): -4679270 or 10131896. OLE color: 10131896.

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

Color convert

RGB184153154-
CMYK00.170.160.28
HSL358.06º17.92%66.08%-
HSV(B)358.06º16.85%72.16%-
XYZ36.9935.3135.44-
YUV162.38123.27143.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=37.47%
G=31.16%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415315400.170.160.28358.0617.9266.08
HexB8999A011101C1661242
Octal270231232021203454622102
Binary1011100010011001100110100100011000011100101100110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8999A; }

 p { color: rgb(184,153,154); }

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

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

 a { background-color: rgb(184,153,154); }

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

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

 span { border-color: rgb(184,153,154); }

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