Html Css Color HEX #B6A19E Martini

📋 copy color: '#B6A19E'

red 182 ◦ green 161 ◦ blue 158

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

Shades of Martini #B6A19E

Tints of Martini #B6A19E

RGB

 RED value IS 182 (71.48% from 255) = 36.33%

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

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

R = 36.33%
G = 32.14%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6A19E (or 0xB6A19E) is known color: Martini. HEX triplet: B6, A1 and 9E. RGB value is (182,161,158). Sum of RGB (Red+Green+Blue) = 182+161+158=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A19E is #495E61. Grayscale: #A6A6A6. Windows color (decimal): -4808290 or 10396086. OLE color: 10396086.

HSL color Cylindrical-coordinate representation of color #B6A19E: hue angle of 7.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6A19E is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 161 158 -
CMYK 0 0.12 0.13 0.29
HSL 7.5º 0.14% 0.67% -
HSV(B) 7.5º 0.13% 0.71% -
XYZ 38.21 37.9 37.65 -
YUV 166.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 182 161 158 0 0.12 0.13 0.29 7.5 0.14 0.67
Hex B6 A1 9E 0 C D 1D 8 E 43
Octal 266 241 236 0 14 15 35 10 16 103
Binary 10110110 10100001 10011110 0 1100 1101 11101 1000 1110 1000011

Color Harmonies of #B6A19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A19E

Black with #B6A19E

Text Example


Text Example

White with #B6A19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A19E; }

 p { color: rgb(182,161,158); }

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

background-color css

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

 a { background-color: rgb(182,161,158); }

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

border-color css

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

 span { border-color: rgb(182,161,158); }

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