#B7A5AA

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

Shades of Careys Pink #B7A5AA

Tints of Careys Pink #B7A5AA

Color information

#B7A5AA (or 0xB7A5AA) is unknown color: approx Careys Pink. HEX triplet: B7, A5 and AA. RGB value is (183,165,170). Sum of RGB (Red+Green+Blue) = 183+165+170=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A5AA is #485A55. Grayscale: #AAAAAA. Windows color (decimal): -4741718 or 11183543. OLE color: 11183543.

HSL color Cylindrical-coordinate representation of color #B7A5AA: hue angle of 343.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7A5AA is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183165170-
CMYK00.100.070.28
HSL343.33º11.11%68.24%-
HSV(B)343.33º9.84%71.76%-
XYZ40.2439.8843.61-
YUV170.95127.46136.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=35.33%
G=31.85%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316517000.100.070.28343.3311.1168.24
HexB7A5AA0A71C157b44
Octal26724525201273452713104
Binary101101111010010110101010010101111110010101011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A5AA; }

 p { color: rgb(183,165,170); }

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

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

 a { background-color: rgb(183,165,170); }

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

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

 span { border-color: rgb(183,165,170); }

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