Html Css Color HEX #B5A6A0 Martini

📋 copy color: '#B5A6A0'

red 181 ◦ green 166 ◦ blue 160

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

Shades of Martini #B5A6A0

Tints of Martini #B5A6A0

RGB

 RED value IS 181 (71.09% from 255) = 35.7%

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

 BLUE value IS 160 (62.89% from 255) = 31.56%

R = 35.7%
G = 32.74%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5A6A0 (or 0xB5A6A0) is known color: Martini. HEX triplet: B5, A6 and A0. RGB value is (181,166,160). Sum of RGB (Red+Green+Blue) = 181+166+160=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A6A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A6A0 is #4A595F. Grayscale: #A9A9A9. Windows color (decimal): -4872544 or 10528437. OLE color: 10528437.

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

Color convert

RGB 181 166 160 -
CMYK 0 0.08 0.12 0.29
HSL 17.14º 0.12% 0.67% -
HSV(B) 17.14º 0.12% 0.71% -
XYZ 39.04 39.63 38.85 -
YUV 169.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 181 166 160 0 0.08 0.12 0.29 17.14 0.12 0.67
Hex B5 A6 A0 0 8 C 1D 11 C 43
Octal 265 246 240 0 10 14 35 21 14 103
Binary 10110101 10100110 10100000 0 1000 1100 11101 10001 1100 1000011

Color Harmonies of #B5A6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A6A0

Black with #B5A6A0

Text Example


Text Example

White with #B5A6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A6A0; }

 p { color: rgb(181,166,160); }

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

background-color css

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

 a { background-color: rgb(181,166,160); }

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

border-color css

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

 span { border-color: rgb(181,166,160); }

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