Html Css Color HEX #B4A8AB Careys Pink

📋 copy color: '#B4A8AB'

red 180 ◦ green 168 ◦ blue 171

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

Shades of Careys Pink #B4A8AB

Tints of Careys Pink #B4A8AB

RGB

 RED value IS 180 (70.7% from 255) = 34.68%

 GREEN value IS 168 (66.02% from 255) = 32.37%

 BLUE value IS 171 (67.19% from 255) = 32.95%

R = 34.68%
G = 32.37%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B4A8AB (or 0xB4A8AB) is known color: Careys Pink. HEX triplet: B4, A8 and AB. RGB value is (180,168,171). Sum of RGB (Red+Green+Blue) = 180+168+171=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A8AB is #4B5754. Grayscale: #ABABAB. Windows color (decimal): -4937557 or 11249844. OLE color: 11249844.

HSL color Cylindrical-coordinate representation of color #B4A8AB: hue angle of 345º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4A8AB is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 168 171 -
CMYK 0 0.07 0.05 0.29
HSL 345º 0.07% 0.68% -
HSV(B) 345º 0.07% 0.71% -
XYZ 40.18 40.65 44.26 -
YUV 171.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 180 168 171 0 0.07 0.05 0.29 345 0.07 0.68
Hex B4 A8 AB 0 7 5 1D 159 7 44
Octal 264 250 253 0 7 5 35 531 7 104
Binary 10110100 10101000 10101011 0 111 101 11101 101011001 111 1000100

Color Harmonies of #B4A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A8AB

Black with #B4A8AB

Text Example


Text Example

White with #B4A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A8AB; }

 p { color: rgb(180,168,171); }

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

background-color css

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

 a { background-color: rgb(180,168,171); }

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

border-color css

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

 span { border-color: rgb(180,168,171); }

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