Html Css Color HEX #BFB1AB Martini

📋 copy color: '#BFB1AB'

red 191 ◦ green 177 ◦ blue 171

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

Shades of Martini #BFB1AB

Tints of Martini #BFB1AB

RGB

 RED value IS 191 (75% from 255) = 35.44%

 GREEN value IS 177 (69.53% from 255) = 32.84%

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

R = 35.44%
G = 32.84%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BFB1AB (or 0xBFB1AB) is known color: Martini. HEX triplet: BF, B1 and AB. RGB value is (191,177,171). Sum of RGB (Red+Green+Blue) = 191+177+171=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB1AB is #404E54. Grayscale: #B4B4B4. Windows color (decimal): -4214357 or 11252159. OLE color: 11252159.

HSL color Cylindrical-coordinate representation of color #BFB1AB: hue angle of 18º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB1AB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 171 -
CMYK 0 0.07 0.10 0.25
HSL 18º 0.14% 0.71% -
HSV(B) 18º 0.1% 0.75% -
XYZ 44.56 45.46 44.95 -
YUV 180.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 191 177 171 0 0.07 0.10 0.25 18 0.14 0.71
Hex BF B1 AB 0 7 A 19 12 E 47
Octal 277 261 253 0 7 12 31 22 16 107
Binary 10111111 10110001 10101011 0 111 1010 11001 10010 1110 1000111

Color Harmonies of #BFB1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB1AB

Black with #BFB1AB

Text Example


Text Example

White with #BFB1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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