Html Css Color HEX #B6A49D Martini

📋 copy color: '#B6A49D'

red 182 ◦ green 164 ◦ blue 157

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

Shades of Martini #B6A49D

Tints of Martini #B6A49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 36.18%
G = 32.6%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6A49D (or 0xB6A49D) is known color: Martini. HEX triplet: B6, A4 and 9D. RGB value is (182,164,157). Sum of RGB (Red+Green+Blue) = 182+164+157=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A49D is #495B62. Grayscale: #A8A8A8. Windows color (decimal): -4807523 or 10331318. OLE color: 10331318.

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

Color convert

RGB 182 164 157 -
CMYK 0 0.10 0.14 0.29
HSL 16.8º 0.15% 0.66% -
HSV(B) 16.8º 0.14% 0.71% -
XYZ 38.65 38.93 37.38 -
YUV 168.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 182 164 157 0 0.10 0.14 0.29 16.8 0.15 0.66
Hex B6 A4 9D 0 A E 1D 11 F 42
Octal 266 244 235 0 12 16 35 21 17 102
Binary 10110110 10100100 10011101 0 1010 1110 11101 10001 1111 1000010

Color Harmonies of #B6A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A49D

Black with #B6A49D

Text Example


Text Example

White with #B6A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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