Html Css Color HEX #B4A49E Martini

📋 copy color: '#B4A49E'

red 180 ◦ green 164 ◦ blue 158

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

Shades of Martini #B4A49E

Tints of Martini #B4A49E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.67%

 BLUE value IS 158 (62.11% from 255) = 31.47%

R = 35.86%
G = 32.67%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B4A49E (or 0xB4A49E) is known color: Martini. HEX triplet: B4, A4 and 9E. RGB value is (180,164,158). Sum of RGB (Red+Green+Blue) = 180+164+158=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A49E is #4B5B61. Grayscale: #A8A8A8. Windows color (decimal): -4938594 or 10396852. OLE color: 10396852.

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

Color convert

RGB 180 164 158 -
CMYK 0 0.09 0.12 0.29
HSL 16.36º 0.13% 0.66% -
HSV(B) 16.36º 0.12% 0.71% -
XYZ 38.27 38.72 37.8 -
YUV 168.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 180 164 158 0 0.09 0.12 0.29 16.36 0.13 0.66
Hex B4 A4 9E 0 9 C 1D 10 D 42
Octal 264 244 236 0 11 14 35 20 15 102
Binary 10110100 10100100 10011110 0 1001 1100 11101 10000 1101 1000010

Color Harmonies of #B4A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A49E

Black with #B4A49E

Text Example


Text Example

White with #B4A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A49E; }

 p { color: rgb(180,164,158); }

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

background-color css

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

 a { background-color: rgb(180,164,158); }

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

border-color css

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

 span { border-color: rgb(180,164,158); }

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