Html Css Color HEX #BFABA7 Martini

📋 copy color: '#BFABA7'

red 191 ◦ green 171 ◦ blue 167

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

Shades of Martini #BFABA7

Tints of Martini #BFABA7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.33%

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

R = 36.11%
G = 32.33%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BFABA7 (or 0xBFABA7) is known color: Martini. HEX triplet: BF, AB and A7. RGB value is (191,171,167). Sum of RGB (Red+Green+Blue) = 191+171+167=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABA7 is #405458. Grayscale: #B0B0B0. Windows color (decimal): -4215897 or 10988479. OLE color: 10988479.

HSL color Cylindrical-coordinate representation of color #BFABA7: hue angle of 10º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFABA7 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 167 -
CMYK 0 0.10 0.13 0.25
HSL 10º 0.16% 0.7% -
HSV(B) 10º 0.13% 0.75% -
XYZ 43.02 42.99 42.59 -
YUV 176.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 191 171 167 0 0.10 0.13 0.25 10 0.16 0.7
Hex BF AB A7 0 A D 19 A 10 46
Octal 277 253 247 0 12 15 31 12 20 106
Binary 10111111 10101011 10100111 0 1010 1101 11001 1010 10000 1000110

Color Harmonies of #BFABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFABA7

Black with #BFABA7

Text Example


Text Example

White with #BFABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFABA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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