Html Css Color HEX #B6A1A5 Careys Pink

📋 copy color: '#B6A1A5'

red 182 ◦ green 161 ◦ blue 165

#B6A1A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #B6A1A5

Tints of Careys Pink #B6A1A5

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 value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B6A1A5 (or 0xB6A1A5) is known color: 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

RGB 182 161 165 -
CMYK 0 0.12 0.09 0.29
HSL 348.57º 0.13% 0.67% -
HSV(B) 348.57º 0.12% 0.71% -
XYZ 38.83 38.15 40.91 -
YUV 167.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 182 161 165 0 0.12 0.09 0.29 348.57 0.13 0.67
Hex B6 A1 A5 0 C 9 1D 15D D 43
Octal 266 241 245 0 14 11 35 535 15 103
Binary 10110110 10100001 10100101 0 1100 1001 11101 101011101 1101 1000011

Color Harmonies of #B6A1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A1A5

Black with #B6A1A5

Text Example


Text Example

White with #B6A1A5

Text Example


Text Example

HTML Codes & Css Web 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>