Html Css Color HEX #B3A1A5 Careys Pink

📋 copy color: '#B3A1A5'

red 179 ◦ green 161 ◦ blue 165

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

Shades of Careys Pink #B3A1A5

Tints of Careys Pink #B3A1A5

RGB

 RED value IS 179 (70.31% from 255) = 35.45%

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

 BLUE value IS 165 (64.84% from 255) = 32.67%

R = 35.45%
G = 31.88%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B3A1A5 (or 0xB3A1A5) is known color: Careys Pink. HEX triplet: B3, A1 and A5. RGB value is (179,161,165). Sum of RGB (Red+Green+Blue) = 179+161+165=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A1A5 is #4C5E5A. Grayscale: #A6A6A6. Windows color (decimal): -5004891 or 10854835. OLE color: 10854835.

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

Color convert

RGB 179 161 165 -
CMYK 0 0.10 0.08 0.30
HSL 346.67º 0.11% 0.67% -
HSV(B) 346.67º 0.1% 0.7% -
XYZ 38.13 37.79 40.88 -
YUV 166.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 179 161 165 0 0.10 0.08 0.30 346.67 0.11 0.67
Hex B3 A1 A5 0 A 8 1E 15B B 43
Octal 263 241 245 0 12 10 36 533 13 103
Binary 10110011 10100001 10100101 0 1010 1000 11110 101011011 1011 1000011

Color Harmonies of #B3A1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A1A5

Black with #B3A1A5

Text Example


Text Example

White with #B3A1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A1A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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