Html Css Color HEX #B5A7A0 Martini

📋 copy color: '#B5A7A0'

red 181 ◦ green 167 ◦ blue 160

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

Shades of Martini #B5A7A0

Tints of Martini #B5A7A0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.87%

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

R = 35.63%
G = 32.87%
B = 31.5%

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

#B5A7A0 (or 0xB5A7A0) is known color: Martini. HEX triplet: B5, A7 and A0. RGB value is (181,167,160). Sum of RGB (Red+Green+Blue) = 181+167+160=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A7A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A7A0 is #4A585F. Grayscale: #AAAAAA. Windows color (decimal): -4872288 or 10528693. OLE color: 10528693.

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

Color convert

RGB 181 167 160 -
CMYK 0 0.08 0.12 0.29
HSL 20º 0.12% 0.67% -
HSV(B) 20º 0.12% 0.71% -
XYZ 39.22 40 38.91 -
YUV 170.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 181 167 160 0 0.08 0.12 0.29 20 0.12 0.67
Hex B5 A7 A0 0 8 C 1D 14 C 43
Octal 265 247 240 0 10 14 35 24 14 103
Binary 10110101 10100111 10100000 0 1000 1100 11101 10100 1100 1000011

Color Harmonies of #B5A7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A7A0

Black with #B5A7A0

Text Example


Text Example

White with #B5A7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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