Html Css Color HEX #B6A39C Martini

📋 copy color: '#B6A39C'

red 182 ◦ green 163 ◦ blue 156

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

Shades of Martini #B6A39C

Tints of Martini #B6A39C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.53%

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

R = 36.33%
G = 32.53%
B = 31.14%

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

#B6A39C (or 0xB6A39C) is known color: Martini. HEX triplet: B6, A3 and 9C. RGB value is (182,163,156). Sum of RGB (Red+Green+Blue) = 182+163+156=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A39C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A39C is #495C63. Grayscale: #A7A7A7. Windows color (decimal): -4807780 or 10265526. OLE color: 10265526.

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

Color convert

RGB 182 163 156 -
CMYK 0 0.10 0.14 0.29
HSL 16.15º 0.15% 0.66% -
HSV(B) 16.15º 0.14% 0.71% -
XYZ 38.39 38.54 36.87 -
YUV 167.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 182 163 156 0 0.10 0.14 0.29 16.15 0.15 0.66
Hex B6 A3 9C 0 A E 1D 10 F 42
Octal 266 243 234 0 12 16 35 20 17 102
Binary 10110110 10100011 10011100 0 1010 1110 11101 10000 1111 1000010

Color Harmonies of #B6A39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A39C

Black with #B6A39C

Text Example


Text Example

White with #B6A39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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