Html Css Color HEX #BFAEA6 Martini

📋 copy color: '#BFAEA6'

red 191 ◦ green 174 ◦ blue 166

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

Shades of Martini #BFAEA6

Tints of Martini #BFAEA6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.77%

 BLUE value IS 166 (65.23% from 255) = 31.26%

R = 35.97%
G = 32.77%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BFAEA6 (or 0xBFAEA6) is known color: Martini. HEX triplet: BF, AE and A6. RGB value is (191,174,166). Sum of RGB (Red+Green+Blue) = 191+174+166=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEA6 is #405159. Grayscale: #B2B2B2. Windows color (decimal): -4215130 or 10923711. OLE color: 10923711.

HSL color Cylindrical-coordinate representation of color #BFAEA6: hue angle of 19.2º 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 #BFAEA6 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 174 166 -
CMYK 0 0.09 0.13 0.25
HSL 19.2º 0.16% 0.7% -
HSV(B) 19.2º 0.13% 0.75% -
XYZ 43.5 44.1 42.3 -
YUV 178.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 191 174 166 0 0.09 0.13 0.25 19.2 0.16 0.7
Hex BF AE A6 0 9 D 19 13 10 46
Octal 277 256 246 0 11 15 31 23 20 106
Binary 10111111 10101110 10100110 0 1001 1101 11001 10011 10000 1000110

Color Harmonies of #BFAEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEA6

Black with #BFAEA6

Text Example


Text Example

White with #BFAEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEA6; }

 p { color: rgb(191,174,166); }

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

background-color css

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

 a { background-color: rgb(191,174,166); }

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

border-color css

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

 span { border-color: rgb(191,174,166); }

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