Html Css Color HEX #B8A7AA Careys Pink

📋 copy color: '#B8A7AA'

red 184 ◦ green 167 ◦ blue 170

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

Shades of Careys Pink #B8A7AA

Tints of Careys Pink #B8A7AA

RGB

 RED value IS 184 (72.27% from 255) = 35.32%

 GREEN value IS 167 (65.63% from 255) = 32.05%

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

R = 35.32%
G = 32.05%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B8A7AA (or 0xB8A7AA) is known color: Careys Pink. HEX triplet: B8, A7 and AA. RGB value is (184,167,170). Sum of RGB (Red+Green+Blue) = 184+167+170=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A7AA is #475855. Grayscale: #ACACAC. Windows color (decimal): -4675670 or 11184056. OLE color: 11184056.

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

Color convert

RGB 184 167 170 -
CMYK 0 0.09 0.08 0.28
HSL 349.41º 0.11% 0.69% -
HSV(B) 349.41º 0.09% 0.72% -
XYZ 40.84 40.73 43.74 -
YUV 172.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 184 167 170 0 0.09 0.08 0.28 349.41 0.11 0.69
Hex B8 A7 AA 0 9 8 1C 15D B 45
Octal 270 247 252 0 11 10 34 535 13 105
Binary 10111000 10100111 10101010 0 1001 1000 11100 101011101 1011 1000101

Color Harmonies of #B8A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A7AA

Black with #B8A7AA

Text Example


Text Example

White with #B8A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A7AA; }

 p { color: rgb(184,167,170); }

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

background-color css

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

 a { background-color: rgb(184,167,170); }

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

border-color css

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

 span { border-color: rgb(184,167,170); }

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