Html Css Color HEX #B4A39D Martini

📋 copy color: '#B4A39D'

red 180 ◦ green 163 ◦ blue 157

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

Shades of Martini #B4A39D

Tints of Martini #B4A39D

RGB

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

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

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

R = 36%
G = 32.6%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4A39D (or 0xB4A39D) is known color: Martini. HEX triplet: B4, A3 and 9D. RGB value is (180,163,157). Sum of RGB (Red+Green+Blue) = 180+163+157=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A39D is #4B5C62. Grayscale: #A7A7A7. Windows color (decimal): -4938851 or 10331060. OLE color: 10331060.

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

Color convert

RGB 180 163 157 -
CMYK 0 0.09 0.13 0.29
HSL 15.65º 0.13% 0.66% -
HSV(B) 15.65º 0.13% 0.71% -
XYZ 38.01 38.33 37.29 -
YUV 167.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 180 163 157 0 0.09 0.13 0.29 15.65 0.13 0.66
Hex B4 A3 9D 0 9 D 1D 10 D 42
Octal 264 243 235 0 11 15 35 20 15 102
Binary 10110100 10100011 10011101 0 1001 1101 11101 10000 1101 1000010

Color Harmonies of #B4A39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A39D

Black with #B4A39D

Text Example


Text Example

White with #B4A39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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