Html Css Color HEX #B9A59F Martini

📋 copy color: '#B9A59F'

red 185 ◦ green 165 ◦ blue 159

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

Shades of Martini #B9A59F

Tints of Martini #B9A59F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.42%

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

R = 36.35%
G = 32.42%
B = 31.24%

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

#B9A59F (or 0xB9A59F) is known color: Martini. HEX triplet: B9, A5 and 9F. RGB value is (185,165,159). Sum of RGB (Red+Green+Blue) = 185+165+159=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A59F is #465A60. Grayscale: #AAAAAA. Windows color (decimal): -4610657 or 10462649. OLE color: 10462649.

HSL color Cylindrical-coordinate representation of color #B9A59F: hue angle of 13.85º 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 #B9A59F is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 165 159 -
CMYK 0 0.11 0.14 0.27
HSL 13.85º 0.16% 0.67% -
HSV(B) 13.85º 0.14% 0.73% -
XYZ 39.72 39.73 38.38 -
YUV 170.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 185 165 159 0 0.11 0.14 0.27 13.85 0.16 0.67
Hex B9 A5 9F 0 B E 1B E 10 43
Octal 271 245 237 0 13 16 33 16 20 103
Binary 10111001 10100101 10011111 0 1011 1110 11011 1110 10000 1000011

Color Harmonies of #B9A59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A59F

Black with #B9A59F

Text Example


Text Example

White with #B9A59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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