#B4A7AA

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

Shades of Careys Pink #B4A7AA

Tints of Careys Pink #B4A7AA

Color information

#B4A7AA (or 0xB4A7AA) is unknown color: approx Careys Pink. HEX triplet: B4, A7 and AA. RGB value is (180,167,170). Sum of RGB (Red+Green+Blue) = 180+167+170=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A7AA is #4B5855. Grayscale: #ABABAB. Windows color (decimal): -4937814 or 11184052. OLE color: 11184052.

HSL color Cylindrical-coordinate representation of color #B4A7AA: hue angle of 346.15º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4A7AA is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180167170-
CMYK00.070.060.29
HSL346.15º7.98%68.04%-
HSV(B)346.15º7.22%70.59%-
XYZ39.940.2443.7-
YUV171.23127.31134.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=34.82%
G=32.30%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016717000.070.060.29346.157.9868.04
HexB4A7AA0761D15a844
Octal2642472520763553210104
Binary10110100101001111010101001111101110110101101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A7AA; }

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

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

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

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

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

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

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

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