Html Css Color HEX #B6A09B Martini

📋 copy color: '#B6A09B'

red 182 ◦ green 160 ◦ blue 155

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

Shades of Martini #B6A09B

Tints of Martini #B6A09B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.19%

 BLUE value IS 155 (60.94% from 255) = 31.19%

R = 36.62%
G = 32.19%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6A09B (or 0xB6A09B) is known color: Martini. HEX triplet: B6, A0 and 9B. RGB value is (182,160,155). Sum of RGB (Red+Green+Blue) = 182+160+155=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A09B is #495F64. Grayscale: #A6A6A6. Windows color (decimal): -4808549 or 10199222. OLE color: 10199222.

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

Color convert

RGB 182 160 155 -
CMYK 0 0.12 0.15 0.29
HSL 11.11º 0.16% 0.66% -
HSV(B) 11.11º 0.15% 0.71% -
XYZ 37.78 37.45 36.25 -
YUV 166.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 182 160 155 0 0.12 0.15 0.29 11.11 0.16 0.66
Hex B6 A0 9B 0 C F 1D B 10 42
Octal 266 240 233 0 14 17 35 13 20 102
Binary 10110110 10100000 10011011 0 1100 1111 11101 1011 10000 1000010

Color Harmonies of #B6A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A09B

Black with #B6A09B

Text Example


Text Example

White with #B6A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A09B; }

 p { color: rgb(182,160,155); }

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

background-color css

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

 a { background-color: rgb(182,160,155); }

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

border-color css

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

 span { border-color: rgb(182,160,155); }

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