Html Css Color HEX #B9A09B Martini

📋 copy color: '#B9A09B'

red 185 ◦ green 160 ◦ blue 155

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

Shades of Martini #B9A09B

Tints of Martini #B9A09B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32%

 BLUE value IS 155 (60.94% from 255) = 31%

R = 37%
G = 32%
B = 31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9A09B (or 0xB9A09B) is known color: Martini. HEX triplet: B9, A0 and 9B. RGB value is (185,160,155). Sum of RGB (Red+Green+Blue) = 185+160+155=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A09B is #465F64. Grayscale: #A6A6A6. Windows color (decimal): -4611941 or 10199225. OLE color: 10199225.

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

Color convert

RGB 185 160 155 -
CMYK 0 0.14 0.16 0.27
HSL 10º 0.18% 0.67% -
HSV(B) 10º 0.16% 0.73% -
XYZ 38.49 37.82 36.28 -
YUV 166.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 185 160 155 0 0.14 0.16 0.27 10 0.18 0.67
Hex B9 A0 9B 0 E 10 1B A 12 43
Octal 271 240 233 0 16 20 33 12 22 103
Binary 10111001 10100000 10011011 0 1110 10000 11011 1010 10010 1000011

Color Harmonies of #B9A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A09B

Black with #B9A09B

Text Example


Text Example

White with #B9A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A09B; }

 p { color: rgb(185,160,155); }

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

background-color css

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

 a { background-color: rgb(185,160,155); }

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

border-color css

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

 span { border-color: rgb(185,160,155); }

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