Html Css Color HEX #B4A29B Martini

📋 copy color: '#B4A29B'

red 180 ◦ green 162 ◦ blue 155

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

Shades of Martini #B4A29B

Tints of Martini #B4A29B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.6%

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

R = 36.22%
G = 32.6%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4A29B (or 0xB4A29B) is known color: Martini. HEX triplet: B4, A2 and 9B. RGB value is (180,162,155). Sum of RGB (Red+Green+Blue) = 180+162+155=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A29B is #4B5D64. Grayscale: #A6A6A6. Windows color (decimal): -4939109 or 10199732. OLE color: 10199732.

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

Color convert

RGB 180 162 155 -
CMYK 0 0.1 0.14 0.29
HSL 16.8º 0.14% 0.66% -
HSV(B) 16.8º 0.14% 0.71% -
XYZ 37.66 37.91 36.34 -
YUV 166.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 180 162 155 0 0.1 0.14 0.29 16.8 0.14 0.66
Hex B4 A2 9B 0 A E 1D 11 E 42
Octal 264 242 233 0 12 16 35 21 16 102
Binary 10110100 10100010 10011011 0 1010 1110 11101 10001 1110 1000010

Color Harmonies of #B4A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A29B

Black with #B4A29B

Text Example


Text Example

White with #B4A29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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