Html Css Color HEX #B4A49B Martini

📋 copy color: '#B4A49B'

red 180 ◦ green 164 ◦ blue 155

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

Shades of Martini #B4A49B

Tints of Martini #B4A49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.06%

R = 36.07%
G = 32.87%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4A49B (or 0xB4A49B) is known color: Martini. HEX triplet: B4, A4 and 9B. RGB value is (180,164,155). Sum of RGB (Red+Green+Blue) = 180+164+155=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A49B is #4B5B64. Grayscale: #A7A7A7. Windows color (decimal): -4938597 or 10200244. OLE color: 10200244.

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

Color convert

RGB 180 164 155 -
CMYK 0 0.09 0.14 0.29
HSL 21.6º 0.14% 0.66% -
HSV(B) 21.6º 0.14% 0.71% -
XYZ 38.01 38.62 36.46 -
YUV 167.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 180 164 155 0 0.09 0.14 0.29 21.6 0.14 0.66
Hex B4 A4 9B 0 9 E 1D 16 E 42
Octal 264 244 233 0 11 16 35 26 16 102
Binary 10110100 10100100 10011011 0 1001 1110 11101 10110 1110 1000010

Color Harmonies of #B4A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A49B

Black with #B4A49B

Text Example


Text Example

White with #B4A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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