Html Css Color HEX #B8A2A7 Careys Pink

📋 copy color: '#B8A2A7'

red 184 ◦ green 162 ◦ blue 167

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

Shades of Careys Pink #B8A2A7

Tints of Careys Pink #B8A2A7

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.58%

 BLUE value IS 167 (65.63% from 255) = 32.55%

R = 35.87%
G = 31.58%
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

#B8A2A7 (or 0xB8A2A7) is known color: Careys Pink. HEX triplet: B8, A2 and A7. RGB value is (184,162,167). Sum of RGB (Red+Green+Blue) = 184+162+167=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A2A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A2A7 is #475D58. Grayscale: #A9A9A9. Windows color (decimal): -4676953 or 10986168. OLE color: 10986168.

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

Color convert

RGB 184 162 167 -
CMYK 0 0.12 0.09 0.28
HSL 346.36º 0.13% 0.68% -
HSV(B) 346.36º 0.12% 0.72% -
XYZ 39.66 38.82 41.96 -
YUV 169.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 184 162 167 0 0.12 0.09 0.28 346.36 0.13 0.68
Hex B8 A2 A7 0 C 9 1C 15A D 44
Octal 270 242 247 0 14 11 34 532 15 104
Binary 10111000 10100010 10100111 0 1100 1001 11100 101011010 1101 1000100

Color Harmonies of #B8A2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A2A7

Black with #B8A2A7

Text Example


Text Example

White with #B8A2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A2A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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