#B8A7AA

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

Shades of Careys Pink #B8A7AA

Tints of Careys Pink #B8A7AA

Color information

#B8A7AA (or 0xB8A7AA) is unknown color: approx Careys Pink. HEX triplet: B8, A7 and AA. RGB value is (184,167,170). Sum of RGB (Red+Green+Blue) = 184+167+170=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A7AA is #475855. Grayscale: #ACACAC. Windows color (decimal): -4675670 or 11184056. OLE color: 11184056.

HSL color Cylindrical-coordinate representation of color #B8A7AA: hue angle of 349.41º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8A7AA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB184167170-
CMYK00.090.080.28
HSL349.41º10.69%68.82%-
HSV(B)349.41º9.24%72.16%-
XYZ40.8440.7343.74-
YUV172.42126.63136.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=35.32%
G=32.05%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416717000.090.080.28349.4110.6968.82
HexB8A7AA0981C15db45
Octal270247252011103453513105
Binary1011100010100111101010100100110001110010101110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A7AA; }

 p { color: rgb(184,167,170); }

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

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

 a { background-color: rgb(184,167,170); }

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

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

 span { border-color: rgb(184,167,170); }

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