Html Css Color HEX #B6A39A Martini

📋 copy color: '#B6A39A'

red 182 ◦ green 163 ◦ blue 154

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

Shades of Martini #B6A39A

Tints of Martini #B6A39A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.86%

R = 36.47%
G = 32.67%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6A39A (or 0xB6A39A) is known color: Martini. HEX triplet: B6, A3 and 9A. RGB value is (182,163,154). Sum of RGB (Red+Green+Blue) = 182+163+154=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A39A is #495C65. Grayscale: #A7A7A7. Windows color (decimal): -4807782 or 10134454. OLE color: 10134454.

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

Color convert

RGB 182 163 154 -
CMYK 0 0.10 0.15 0.29
HSL 19.29º 0.16% 0.66% -
HSV(B) 19.29º 0.15% 0.71% -
XYZ 38.22 38.47 35.98 -
YUV 167.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 182 163 154 0 0.10 0.15 0.29 19.29 0.16 0.66
Hex B6 A3 9A 0 A F 1D 13 10 42
Octal 266 243 232 0 12 17 35 23 20 102
Binary 10110110 10100011 10011010 0 1010 1111 11101 10011 10000 1000010

Color Harmonies of #B6A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A39A

Black with #B6A39A

Text Example


Text Example

White with #B6A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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