#B6A1A5

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

Shades of Careys Pink #B6A1A5

Tints of Careys Pink #B6A1A5

Color information

#B6A1A5 (or 0xB6A1A5) is unknown color: approx Careys Pink. HEX triplet: B6, A1 and A5. RGB value is (182,161,165). Sum of RGB (Red+Green+Blue) = 182+161+165=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A1A5 is #495E5A. Grayscale: #A7A7A7. Windows color (decimal): -4808283 or 10854838. OLE color: 10854838.

HSL color Cylindrical-coordinate representation of color #B6A1A5: hue angle of 348.57º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6A1A5 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB182161165-
CMYK00.120.090.29
HSL348.57º12.57%67.25%-
HSV(B)348.57º11.54%71.37%-
XYZ38.8338.1540.91-
YUV167.74126.46138.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 161 (63.28% from 255) = 31.69%
BLUE value IS 165 (64.84% from 255) = 32.48%
R=35.83%
G=31.69%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216116500.120.090.29348.5712.5767.25
HexB6A1A50C91D15dd43
Octal266241245014113553515103
Binary1011011010100001101001010110010011110110101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A1A5; }

 p { color: rgb(182,161,165); }

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

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

 a { background-color: rgb(182,161,165); }

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

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

 span { border-color: rgb(182,161,165); }

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