Html Css Color HEX #B4A19D Martini

📋 copy color: '#B4A19D'

red 180 ◦ green 161 ◦ blue 157

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

Shades of Martini #B4A19D

Tints of Martini #B4A19D

RGB

 RED value IS 180 (70.7% from 255) = 36.14%

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

 BLUE value IS 157 (61.72% from 255) = 31.53%

R = 36.14%
G = 32.33%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4A19D (or 0xB4A19D) is known color: Martini. HEX triplet: B4, A1 and 9D. RGB value is (180,161,157). Sum of RGB (Red+Green+Blue) = 180+161+157=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A19D is #4B5E62. Grayscale: #A6A6A6. Windows color (decimal): -4939363 or 10330548. OLE color: 10330548.

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

Color convert

RGB 180 161 157 -
CMYK 0 0.11 0.13 0.29
HSL 10.43º 0.13% 0.66% -
HSV(B) 10.43º 0.13% 0.71% -
XYZ 37.65 37.63 37.18 -
YUV 166.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 180 161 157 0 0.11 0.13 0.29 10.43 0.13 0.66
Hex B4 A1 9D 0 B D 1D A D 42
Octal 264 241 235 0 13 15 35 12 15 102
Binary 10110100 10100001 10011101 0 1011 1101 11101 1010 1101 1000010

Color Harmonies of #B4A19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A19D

Black with #B4A19D

Text Example


Text Example

White with #B4A19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A19D; }

 p { color: rgb(180,161,157); }

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

background-color css

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

 a { background-color: rgb(180,161,157); }

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

border-color css

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

 span { border-color: rgb(180,161,157); }

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