Html Css Color HEX #B5A19C Martini

📋 copy color: '#B5A19C'

red 181 ◦ green 161 ◦ blue 156

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

Shades of Martini #B5A19C

Tints of Martini #B5A19C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.33%

 BLUE value IS 156 (61.33% from 255) = 31.33%

R = 36.35%
G = 32.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5A19C (or 0xB5A19C) is known color: Martini. HEX triplet: B5, A1 and 9C. RGB value is (181,161,156). Sum of RGB (Red+Green+Blue) = 181+161+156=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A19C is #4A5E63. Grayscale: #A6A6A6. Windows color (decimal): -4873828 or 10265013. OLE color: 10265013.

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

Color convert

RGB 181 161 156 -
CMYK 0 0.11 0.14 0.29
HSL 12º 0.14% 0.66% -
HSV(B) 12º 0.14% 0.71% -
XYZ 37.8 37.71 36.74 -
YUV 166.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 181 161 156 0 0.11 0.14 0.29 12 0.14 0.66
Hex B5 A1 9C 0 B E 1D C E 42
Octal 265 241 234 0 13 16 35 14 16 102
Binary 10110101 10100001 10011100 0 1011 1110 11101 1100 1110 1000010

Color Harmonies of #B5A19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A19C

Black with #B5A19C

Text Example


Text Example

White with #B5A19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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