Html Css Color HEX #B9A199 Martini

📋 copy color: '#B9A199'

red 185 ◦ green 161 ◦ blue 153

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

Shades of Martini #B9A199

Tints of Martini #B9A199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.26%

 BLUE value IS 153 (60.16% from 255) = 30.66%

R = 37.07%
G = 32.26%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9A199 (or 0xB9A199) is known color: Martini. HEX triplet: B9, A1 and 99. RGB value is (185,161,153). Sum of RGB (Red+Green+Blue) = 185+161+153=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A199 is #465E66. Grayscale: #A7A7A7. Windows color (decimal): -4611687 or 10068409. OLE color: 10068409.

HSL color Cylindrical-coordinate representation of color #B9A199: hue angle of 15º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9A199 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 153 -
CMYK 0 0.13 0.17 0.27
HSL 15º 0.19% 0.66% -
HSV(B) 15º 0.17% 0.73% -
XYZ 38.5 38.1 35.46 -
YUV 167.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 185 161 153 0 0.13 0.17 0.27 15 0.19 0.66
Hex B9 A1 99 0 D 11 1B F 13 42
Octal 271 241 231 0 15 21 33 17 23 102
Binary 10111001 10100001 10011001 0 1101 10001 11011 1111 10011 1000010

Color Harmonies of #B9A199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A199

Black with #B9A199

Text Example


Text Example

White with #B9A199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A199; }

 p { color: rgb(185,161,153); }

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

background-color css

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

 a { background-color: rgb(185,161,153); }

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

border-color css

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

 span { border-color: rgb(185,161,153); }

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