Html Css Color HEX #B6A49E Martini

📋 copy color: '#B6A49E'

red 182 ◦ green 164 ◦ blue 158

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

Shades of Martini #B6A49E

Tints of Martini #B6A49E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.54%

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

R = 36.11%
G = 32.54%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6A49E (or 0xB6A49E) is known color: Martini. HEX triplet: B6, A4 and 9E. RGB value is (182,164,158). Sum of RGB (Red+Green+Blue) = 182+164+158=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A49E is #495B61. Grayscale: #A8A8A8. Windows color (decimal): -4807522 or 10396854. OLE color: 10396854.

HSL color Cylindrical-coordinate representation of color #B6A49E: hue angle of 15º 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 #B6A49E is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 164 158 -
CMYK 0 0.10 0.13 0.29
HSL 15º 0.14% 0.67% -
HSV(B) 15º 0.13% 0.71% -
XYZ 38.74 38.96 37.83 -
YUV 168.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 182 164 158 0 0.10 0.13 0.29 15 0.14 0.67
Hex B6 A4 9E 0 A D 1D F E 43
Octal 266 244 236 0 12 15 35 17 16 103
Binary 10110110 10100100 10011110 0 1010 1101 11101 1111 1110 1000011

Color Harmonies of #B6A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A49E

Black with #B6A49E

Text Example


Text Example

White with #B6A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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