#B7A7AA

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

Shades of Careys Pink #B7A7AA

Tints of Careys Pink #B7A7AA

Color information

#B7A7AA (or 0xB7A7AA) is unknown color: approx Careys Pink. HEX triplet: B7, A7 and AA. RGB value is (183,167,170). Sum of RGB (Red+Green+Blue) = 183+167+170=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A7AA is #485855. Grayscale: #ACACAC. Windows color (decimal): -4741206 or 11184055. OLE color: 11184055.

HSL color Cylindrical-coordinate representation of color #B7A7AA: hue angle of 348.75º degrees, saturation: 0.1, 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 #B7A7AA is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183167170-
CMYK00.090.070.28
HSL348.75º10%68.63%-
HSV(B)348.75º8.74%71.76%-
XYZ40.640.6143.73-
YUV172.13126.8135.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.19%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=35.19%
G=32.12%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316717000.090.070.28348.751068.63
HexB7A7AA0971C15da45
Octal26724725201173453512105
Binary101101111010011110101010010011111110010101110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A7AA; }

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

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

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

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

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

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

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

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