#B6A4A7

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

Shades of Careys Pink #B6A4A7

Tints of Careys Pink #B6A4A7

Color information

#B6A4A7 (or 0xB6A4A7) is unknown color: approx Careys Pink. HEX triplet: B6, A4 and A7. RGB value is (182,164,167). Sum of RGB (Red+Green+Blue) = 182+164+167=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A4A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A4A7 is #495B58. Grayscale: #A9A9A9. Windows color (decimal): -4807513 or 10986678. OLE color: 10986678.

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

Color convert

RGB182164167-
CMYK00.100.080.29
HSL350º10.98%67.84%-
HSV(B)350º9.89%71.37%-
XYZ39.5439.2942.06-
YUV169.72126.46136.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=35.48%
G=31.97%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216416700.100.080.2935010.9867.84
HexB6A4A70A81D15eb44
Octal266244247012103553613104
Binary1011011010100100101001110101010001110110101111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A4A7; }

 p { color: rgb(182,164,167); }

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

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

 a { background-color: rgb(182,164,167); }

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

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

 span { border-color: rgb(182,164,167); }

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