Html Css Color HEX #B1ACAB Martini

📋 copy color: '#B1ACAB'

red 177 ◦ green 172 ◦ blue 171

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

Shades of Martini #B1ACAB

Tints of Martini #B1ACAB

RGB

 RED value IS 177 (69.53% from 255) = 34.04%

 GREEN value IS 172 (67.58% from 255) = 33.08%

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

R = 34.04%
G = 33.08%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B1ACAB (or 0xB1ACAB) is known color: Martini. HEX triplet: B1, AC and AB. RGB value is (177,172,171). Sum of RGB (Red+Green+Blue) = 177+172+171=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ACAB is #4E5354. Grayscale: #ADADAD. Windows color (decimal): -5133141 or 11250865. OLE color: 11250865.

HSL color Cylindrical-coordinate representation of color #B1ACAB: hue angle of 10º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B1ACAB is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 172 171 -
CMYK 0 0.03 0.03 0.31
HSL 10º 0.04% 0.68% -
HSV(B) 10º 0.03% 0.69% -
XYZ 40.23 41.79 44.47 -
YUV 173.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 177 172 171 0 0.03 0.03 0.31 10 0.04 0.68
Hex B1 AC AB 0 3 3 1F A 4 44
Octal 261 254 253 0 3 3 37 12 4 104
Binary 10110001 10101100 10101011 0 11 11 11111 1010 100 1000100

Color Harmonies of #B1ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ACAB

Black with #B1ACAB

Text Example


Text Example

White with #B1ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ACAB; }

 p { color: rgb(177,172,171); }

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

background-color css

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

 a { background-color: rgb(177,172,171); }

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

border-color css

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

 span { border-color: rgb(177,172,171); }

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