Html Css Color HEX #B5A7A1 Martini

📋 copy color: '#B5A7A1'

red 181 ◦ green 167 ◦ blue 161

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

Shades of Martini #B5A7A1

Tints of Martini #B5A7A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.63%

R = 35.56%
G = 32.81%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B5A7A1 (or 0xB5A7A1) is known color: Martini. HEX triplet: B5, A7 and A1. RGB value is (181,167,161). Sum of RGB (Red+Green+Blue) = 181+167+161=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A7A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A7A1 is #4A585E. Grayscale: #AAAAAA. Windows color (decimal): -4872287 or 10594229. OLE color: 10594229.

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

Color convert

RGB 181 167 161 -
CMYK 0 0.08 0.11 0.29
HSL 18º 0.12% 0.67% -
HSV(B) 18º 0.11% 0.71% -
XYZ 39.31 40.03 39.37 -
YUV 170.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 181 167 161 0 0.08 0.11 0.29 18 0.12 0.67
Hex B5 A7 A1 0 8 B 1D 12 C 43
Octal 265 247 241 0 10 13 35 22 14 103
Binary 10110101 10100111 10100001 0 1000 1011 11101 10010 1100 1000011

Color Harmonies of #B5A7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A7A1

Black with #B5A7A1

Text Example


Text Example

White with #B5A7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A7A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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