Html Css Color HEX #B6A69D Martini

📋 copy color: '#B6A69D'

red 182 ◦ green 166 ◦ blue 157

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

Shades of Martini #B6A69D

Tints of Martini #B6A69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.87%

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

R = 36.04%
G = 32.87%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6A69D (or 0xB6A69D) is known color: Martini. HEX triplet: B6, A6 and 9D. RGB value is (182,166,157). Sum of RGB (Red+Green+Blue) = 182+166+157=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A69D is #495962. Grayscale: #A9A9A9. Windows color (decimal): -4807011 or 10331830. OLE color: 10331830.

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

Color convert

RGB 182 166 157 -
CMYK 0 0.09 0.14 0.29
HSL 21.6º 0.15% 0.66% -
HSV(B) 21.6º 0.14% 0.71% -
XYZ 39.01 39.65 37.5 -
YUV 169.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 182 166 157 0 0.09 0.14 0.29 21.6 0.15 0.66
Hex B6 A6 9D 0 9 E 1D 16 F 42
Octal 266 246 235 0 11 16 35 26 17 102
Binary 10110110 10100110 10011101 0 1001 1110 11101 10110 1111 1000010

Color Harmonies of #B6A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A69D

Black with #B6A69D

Text Example


Text Example

White with #B6A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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