Html Css Color HEX #B4A39E Martini

📋 copy color: '#B4A39E'

red 180 ◦ green 163 ◦ blue 158

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

Shades of Martini #B4A39E

Tints of Martini #B4A39E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.53%

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

R = 35.93%
G = 32.53%
B = 31.54%

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

#B4A39E (or 0xB4A39E) is known color: Martini. HEX triplet: B4, A3 and 9E. RGB value is (180,163,158). Sum of RGB (Red+Green+Blue) = 180+163+158=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A39E is #4B5C61. Grayscale: #A7A7A7. Windows color (decimal): -4938850 or 10396596. OLE color: 10396596.

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

Color convert

RGB 180 163 158 -
CMYK 0 0.09 0.12 0.29
HSL 13.64º 0.13% 0.66% -
HSV(B) 13.64º 0.12% 0.71% -
XYZ 38.09 38.37 37.75 -
YUV 167.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 180 163 158 0 0.09 0.12 0.29 13.64 0.13 0.66
Hex B4 A3 9E 0 9 C 1D E D 42
Octal 264 243 236 0 11 14 35 16 15 102
Binary 10110100 10100011 10011110 0 1001 1100 11101 1110 1101 1000010

Color Harmonies of #B4A39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A39E

Black with #B4A39E

Text Example


Text Example

White with #B4A39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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