Html Css Color HEX #BFAEA9 Martini

📋 copy color: '#BFAEA9'

red 191 ◦ green 174 ◦ blue 169

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

Shades of Martini #BFAEA9

Tints of Martini #BFAEA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.65%

R = 35.77%
G = 32.58%
B = 31.65%

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

#BFAEA9 (or 0xBFAEA9) is known color: Martini. HEX triplet: BF, AE and A9. RGB value is (191,174,169). Sum of RGB (Red+Green+Blue) = 191+174+169=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEA9 is #405156. Grayscale: #B2B2B2. Windows color (decimal): -4215127 or 11120319. OLE color: 11120319.

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

Color convert

RGB 191 174 169 -
CMYK 0 0.09 0.12 0.25
HSL 13.64º 0.15% 0.71% -
HSV(B) 13.64º 0.12% 0.75% -
XYZ 43.78 44.21 43.76 -
YUV 178.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 191 174 169 0 0.09 0.12 0.25 13.64 0.15 0.71
Hex BF AE A9 0 9 C 19 E F 47
Octal 277 256 251 0 11 14 31 16 17 107
Binary 10111111 10101110 10101001 0 1001 1100 11001 1110 1111 1000111

Color Harmonies of #BFAEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEA9

Black with #BFAEA9

Text Example


Text Example

White with #BFAEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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