Html Css Color HEX #B9A39E Martini

📋 copy color: '#B9A39E'

red 185 ◦ green 163 ◦ blue 158

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

Shades of Martini #B9A39E

Tints of Martini #B9A39E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.21%

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

R = 36.56%
G = 32.21%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9A39E (or 0xB9A39E) is known color: Martini. HEX triplet: B9, A3 and 9E. RGB value is (185,163,158). Sum of RGB (Red+Green+Blue) = 185+163+158=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A39E is #465C61. Grayscale: #A9A9A9. Windows color (decimal): -4611170 or 10396601. OLE color: 10396601.

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

Color convert

RGB 185 163 158 -
CMYK 0 0.12 0.15 0.27
HSL 11.11º 0.16% 0.67% -
HSV(B) 11.11º 0.15% 0.73% -
XYZ 39.28 38.98 37.8 -
YUV 169.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 185 163 158 0 0.12 0.15 0.27 11.11 0.16 0.67
Hex B9 A3 9E 0 C F 1B B 10 43
Octal 271 243 236 0 14 17 33 13 20 103
Binary 10111001 10100011 10011110 0 1100 1111 11011 1011 10000 1000011

Color Harmonies of #B9A39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A39E

Black with #B9A39E

Text Example


Text Example

White with #B9A39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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