Html Css Color HEX #B4A39F Martini

📋 copy color: '#B4A39F'

red 180 ◦ green 163 ◦ blue 159

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

Shades of Martini #B4A39F

Tints of Martini #B4A39F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.67%

R = 35.86%
G = 32.47%
B = 31.67%

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

#B4A39F (or 0xB4A39F) is known color: Martini. HEX triplet: B4, A3 and 9F. RGB value is (180,163,159). Sum of RGB (Red+Green+Blue) = 180+163+159=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A39F is #4B5C60. Grayscale: #A7A7A7. Windows color (decimal): -4938849 or 10462132. OLE color: 10462132.

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

Color convert

RGB 180 163 159 -
CMYK 0 0.09 0.12 0.29
HSL 11.43º 0.12% 0.66% -
HSV(B) 11.43º 0.12% 0.71% -
XYZ 38.18 38.4 38.2 -
YUV 167.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 180 163 159 0 0.09 0.12 0.29 11.43 0.12 0.66
Hex B4 A3 9F 0 9 C 1D B C 42
Octal 264 243 237 0 11 14 35 13 14 102
Binary 10110100 10100011 10011111 0 1001 1100 11101 1011 1100 1000010

Color Harmonies of #B4A39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A39F

Black with #B4A39F

Text Example


Text Example

White with #B4A39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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