Html Css Color HEX #B6A49C Martini

📋 copy color: '#B6A49C'

red 182 ◦ green 164 ◦ blue 156

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

Shades of Martini #B6A49C

Tints of Martini #B6A49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 36.25%
G = 32.67%
B = 31.08%

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

#B6A49C (or 0xB6A49C) is known color: Martini. HEX triplet: B6, A4 and 9C. RGB value is (182,164,156). Sum of RGB (Red+Green+Blue) = 182+164+156=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A49C is #495B63. Grayscale: #A8A8A8. Windows color (decimal): -4807524 or 10265782. OLE color: 10265782.

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

Color convert

RGB 182 164 156 -
CMYK 0 0.10 0.14 0.29
HSL 18.46º 0.15% 0.66% -
HSV(B) 18.46º 0.14% 0.71% -
XYZ 38.57 38.9 36.93 -
YUV 168.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 182 164 156 0 0.10 0.14 0.29 18.46 0.15 0.66
Hex B6 A4 9C 0 A E 1D 12 F 42
Octal 266 244 234 0 12 16 35 22 17 102
Binary 10110110 10100100 10011100 0 1010 1110 11101 10010 1111 1000010

Color Harmonies of #B6A49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A49C

Black with #B6A49C

Text Example


Text Example

White with #B6A49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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