Html Css Color HEX #B9A4AA Careys Pink

📋 copy color: '#B9A4AA'

red 185 ◦ green 164 ◦ blue 170

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

Shades of Careys Pink #B9A4AA

Tints of Careys Pink #B9A4AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.76%

R = 35.65%
G = 31.6%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B9A4AA (or 0xB9A4AA) is known color: Careys Pink. HEX triplet: B9, A4 and AA. RGB value is (185,164,170). Sum of RGB (Red+Green+Blue) = 185+164+170=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A4AA is #465B55. Grayscale: #AAAAAA. Windows color (decimal): -4610902 or 11183289. OLE color: 11183289.

HSL color Cylindrical-coordinate representation of color #B9A4AA: hue angle of 342.86º 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 #B9A4AA is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 164 170 -
CMYK 0 0.11 0.08 0.27
HSL 342.86º 0.13% 0.68% -
HSV(B) 342.86º 0.11% 0.73% -
XYZ 40.54 39.77 43.57 -
YUV 170.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 185 164 170 0 0.11 0.08 0.27 342.86 0.13 0.68
Hex B9 A4 AA 0 B 8 1B 157 D 44
Octal 271 244 252 0 13 10 33 527 15 104
Binary 10111001 10100100 10101010 0 1011 1000 11011 101010111 1101 1000100

Color Harmonies of #B9A4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A4AA

Black with #B9A4AA

Text Example


Text Example

White with #B9A4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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