Html Css Color HEX #B7A1A6 Careys Pink

📋 copy color: '#B7A1A6'

red 183 ◦ green 161 ◦ blue 166

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

Shades of Careys Pink #B7A1A6

Tints of Careys Pink #B7A1A6

RGB

 RED value IS 183 (71.88% from 255) = 35.88%

 GREEN value IS 161 (63.28% from 255) = 31.57%

 BLUE value IS 166 (65.23% from 255) = 32.55%

R = 35.88%
G = 31.57%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B7A1A6 (or 0xB7A1A6) is known color: Careys Pink. HEX triplet: B7, A1 and A6. RGB value is (183,161,166). Sum of RGB (Red+Green+Blue) = 183+161+166=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A1A6 is #485E59. Grayscale: #A8A8A8. Windows color (decimal): -4742746 or 10920375. OLE color: 10920375.

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

Color convert

RGB 183 161 166 -
CMYK 0 0.12 0.09 0.28
HSL 346.36º 0.13% 0.67% -
HSV(B) 346.36º 0.12% 0.72% -
XYZ 39.16 38.31 41.41 -
YUV 168.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 183 161 166 0 0.12 0.09 0.28 346.36 0.13 0.67
Hex B7 A1 A6 0 C 9 1C 15A D 43
Octal 267 241 246 0 14 11 34 532 15 103
Binary 10110111 10100001 10100110 0 1100 1001 11100 101011010 1101 1000011

Color Harmonies of #B7A1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A1A6

Black with #B7A1A6

Text Example


Text Example

White with #B7A1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A1A6; }

 p { color: rgb(183,161,166); }

 H1.HeaderClassName
 {
   color: #B7A1A6;
 }
 .AnyTagClassName
 {
   color: #B7A1A6;
 }
</style>

background-color css

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

 a { background-color: rgb(183,161,166); }

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

border-color css

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

 span { border-color: rgb(183,161,166); }

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