Html Css Color HEX #BFAEA8 Martini

📋 copy color: '#BFAEA8'

red 191 ◦ green 174 ◦ blue 168

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

Shades of Martini #BFAEA8

Tints of Martini #BFAEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.52%

R = 35.83%
G = 32.65%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BFAEA8 (or 0xBFAEA8) is known color: Martini. HEX triplet: BF, AE and A8. RGB value is (191,174,168). Sum of RGB (Red+Green+Blue) = 191+174+168=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEA8 is #405157. Grayscale: #B2B2B2. Windows color (decimal): -4215128 or 11054783. OLE color: 11054783.

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

Color convert

RGB 191 174 168 -
CMYK 0 0.09 0.12 0.25
HSL 15.65º 0.15% 0.7% -
HSV(B) 15.65º 0.12% 0.75% -
XYZ 43.69 44.18 43.27 -
YUV 178.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 191 174 168 0 0.09 0.12 0.25 15.65 0.15 0.7
Hex BF AE A8 0 9 C 19 10 F 46
Octal 277 256 250 0 11 14 31 20 17 106
Binary 10111111 10101110 10101000 0 1001 1100 11001 10000 1111 1000110

Color Harmonies of #BFAEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEA8

Black with #BFAEA8

Text Example


Text Example

White with #BFAEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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