Html Css Color HEX #B6A49A Martini

📋 copy color: '#B6A49A'

red 182 ◦ green 164 ◦ blue 154

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

Shades of Martini #B6A49A

Tints of Martini #B6A49A

RGB

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

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

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

R = 36.4%
G = 32.8%
B = 30.8%

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

#B6A49A (or 0xB6A49A) is known color: Martini. HEX triplet: B6, A4 and 9A. RGB value is (182,164,154). Sum of RGB (Red+Green+Blue) = 182+164+154=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A49A is #495B65. Grayscale: #A8A8A8. Windows color (decimal): -4807526 or 10134710. OLE color: 10134710.

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

Color convert

RGB 182 164 154 -
CMYK 0 0.10 0.15 0.29
HSL 21.43º 0.16% 0.66% -
HSV(B) 21.43º 0.15% 0.71% -
XYZ 38.4 38.83 36.04 -
YUV 168.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 182 164 154 0 0.10 0.15 0.29 21.43 0.16 0.66
Hex B6 A4 9A 0 A F 1D 15 10 42
Octal 266 244 232 0 12 17 35 25 20 102
Binary 10110110 10100100 10011010 0 1010 1111 11101 10101 10000 1000010

Color Harmonies of #B6A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A49A

Black with #B6A49A

Text Example


Text Example

White with #B6A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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