Html Css Color HEX #BFAAA2 Martini

📋 copy color: '#BFAAA2'

red 191 ◦ green 170 ◦ blue 162

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

Shades of Martini #BFAAA2

Tints of Martini #BFAAA2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.5%

 BLUE value IS 162 (63.67% from 255) = 30.98%

R = 36.52%
G = 32.5%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BFAAA2 (or 0xBFAAA2) is known color: Martini. HEX triplet: BF, AA and A2. RGB value is (191,170,162). Sum of RGB (Red+Green+Blue) = 191+170+162=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAA2 is #40555D. Grayscale: #AFAFAF. Windows color (decimal): -4216158 or 10660543. OLE color: 10660543.

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

Color convert

RGB 191 170 162 -
CMYK 0 0.11 0.15 0.25
HSL 16.55º 0.18% 0.69% -
HSV(B) 16.55º 0.15% 0.75% -
XYZ 42.38 42.43 40.14 -
YUV 175.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 191 170 162 0 0.11 0.15 0.25 16.55 0.18 0.69
Hex BF AA A2 0 B F 19 11 12 45
Octal 277 252 242 0 13 17 31 21 22 105
Binary 10111111 10101010 10100010 0 1011 1111 11001 10001 10010 1000101

Color Harmonies of #BFAAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAA2

Black with #BFAAA2

Text Example


Text Example

White with #BFAAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAA2; }

 p { color: rgb(191,170,162); }

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

background-color css

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

 a { background-color: rgb(191,170,162); }

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

border-color css

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

 span { border-color: rgb(191,170,162); }

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