Html Css Color HEX #B9A79E Martini

📋 copy color: '#B9A79E'

red 185 ◦ green 167 ◦ blue 158

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

Shades of Martini #B9A79E

Tints of Martini #B9A79E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.75%

 BLUE value IS 158 (62.11% from 255) = 30.98%

R = 36.27%
G = 32.75%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9A79E (or 0xB9A79E) is known color: Martini. HEX triplet: B9, A7 and 9E. RGB value is (185,167,158). Sum of RGB (Red+Green+Blue) = 185+167+158=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A79E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A79E is #465861. Grayscale: #ABABAB. Windows color (decimal): -4610146 or 10397625. OLE color: 10397625.

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

Color convert

RGB 185 167 158 -
CMYK 0 0.10 0.15 0.27
HSL 20º 0.16% 0.67% -
HSV(B) 20º 0.15% 0.73% -
XYZ 40 40.42 38.04 -
YUV 171.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 185 167 158 0 0.10 0.15 0.27 20 0.16 0.67
Hex B9 A7 9E 0 A F 1B 14 10 43
Octal 271 247 236 0 12 17 33 24 20 103
Binary 10111001 10100111 10011110 0 1010 1111 11011 10100 10000 1000011

Color Harmonies of #B9A79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A79E

Black with #B9A79E

Text Example


Text Example

White with #B9A79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A79E; }

 p { color: rgb(185,167,158); }

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

background-color css

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

 a { background-color: rgb(185,167,158); }

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

border-color css

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

 span { border-color: rgb(185,167,158); }

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