Html Css Color HEX #B9A4A5 Careys Pink

📋 copy color: '#B9A4A5'

red 185 ◦ green 164 ◦ blue 165

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

Shades of Careys Pink #B9A4A5

Tints of Careys Pink #B9A4A5

RGB

 RED value IS 185 (72.66% from 255) = 35.99%

 GREEN value IS 164 (64.45% from 255) = 31.91%

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

R = 35.99%
G = 31.91%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B9A4A5 (or 0xB9A4A5) is known color: Careys Pink. HEX triplet: B9, A4 and A5. RGB value is (185,164,165). Sum of RGB (Red+Green+Blue) = 185+164+165=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A4A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A4A5 is #465B5A. Grayscale: #AAAAAA. Windows color (decimal): -4610907 or 10855609. OLE color: 10855609.

HSL color Cylindrical-coordinate representation of color #B9A4A5: hue angle of 357.14º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9A4A5 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 164 165 -
CMYK 0 0.11 0.11 0.27
HSL 357.14º 0.13% 0.68% -
HSV(B) 357.14º 0.11% 0.73% -
XYZ 40.07 39.58 41.13 -
YUV 170.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 185 164 165 0 0.11 0.11 0.27 357.14 0.13 0.68
Hex B9 A4 A5 0 B B 1B 165 D 44
Octal 271 244 245 0 13 13 33 545 15 104
Binary 10111001 10100100 10100101 0 1011 1011 11011 101100101 1101 1000100

Color Harmonies of #B9A4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A4A5

Black with #B9A4A5

Text Example


Text Example

White with #B9A4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A4A5; }

 p { color: rgb(185,164,165); }

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

background-color css

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

 a { background-color: rgb(185,164,165); }

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

border-color css

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

 span { border-color: rgb(185,164,165); }

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