Html Css Color HEX #B9A29E Martini

📋 copy color: '#B9A29E'

red 185 ◦ green 162 ◦ blue 158

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

Shades of Martini #B9A29E

Tints of Martini #B9A29E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.08%

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

R = 36.63%
G = 32.08%
B = 31.29%

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

#B9A29E (or 0xB9A29E) is known color: Martini. HEX triplet: B9, A2 and 9E. RGB value is (185,162,158). Sum of RGB (Red+Green+Blue) = 185+162+158=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A29E is #465D61. Grayscale: #A8A8A8. Windows color (decimal): -4611426 or 10396345. OLE color: 10396345.

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

Color convert

RGB 185 162 158 -
CMYK 0 0.12 0.15 0.27
HSL 8.89º 0.16% 0.67% -
HSV(B) 8.89º 0.15% 0.73% -
XYZ 39.1 38.62 37.74 -
YUV 168.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 185 162 158 0 0.12 0.15 0.27 8.89 0.16 0.67
Hex B9 A2 9E 0 C F 1B 9 10 43
Octal 271 242 236 0 14 17 33 11 20 103
Binary 10111001 10100010 10011110 0 1100 1111 11011 1001 10000 1000011

Color Harmonies of #B9A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A29E

Black with #B9A29E

Text Example


Text Example

White with #B9A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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