Html Css Color HEX #B9A49F Martini

📋 copy color: '#B9A49F'

red 185 ◦ green 164 ◦ blue 159

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

Shades of Martini #B9A49F

Tints of Martini #B9A49F

RGB

 RED value IS 185 (72.66% from 255) = 36.42%

 GREEN value IS 164 (64.45% from 255) = 32.28%

 BLUE value IS 159 (62.5% from 255) = 31.3%

R = 36.42%
G = 32.28%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9A49F (or 0xB9A49F) is known color: Martini. HEX triplet: B9, A4 and 9F. RGB value is (185,164,159). Sum of RGB (Red+Green+Blue) = 185+164+159=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A49F is #465B60. Grayscale: #A9A9A9. Windows color (decimal): -4610913 or 10462393. OLE color: 10462393.

HSL color Cylindrical-coordinate representation of color #B9A49F: hue angle of 11.54º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9A49F is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 164 159 -
CMYK 0 0.11 0.14 0.27
HSL 11.54º 0.16% 0.67% -
HSV(B) 11.54º 0.14% 0.73% -
XYZ 39.54 39.37 38.32 -
YUV 169.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 185 164 159 0 0.11 0.14 0.27 11.54 0.16 0.67
Hex B9 A4 9F 0 B E 1B C 10 43
Octal 271 244 237 0 13 16 33 14 20 103
Binary 10111001 10100100 10011111 0 1011 1110 11011 1100 10000 1000011

Color Harmonies of #B9A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A49F

Black with #B9A49F

Text Example


Text Example

White with #B9A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A49F; }

 p { color: rgb(185,164,159); }

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

background-color css

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

 a { background-color: rgb(185,164,159); }

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

border-color css

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

 span { border-color: rgb(185,164,159); }

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