Html Css Color HEX #B4A399 Martini

📋 copy color: '#B4A399'

red 180 ◦ green 163 ◦ blue 153

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

Shades of Martini #B4A399

Tints of Martini #B4A399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.85%

R = 36.29%
G = 32.86%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B4A399 (or 0xB4A399) is known color: Martini. HEX triplet: B4, A3 and 99. RGB value is (180,163,153). Sum of RGB (Red+Green+Blue) = 180+163+153=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A399 is #4B5C66. Grayscale: #A7A7A7. Windows color (decimal): -4938855 or 10068916. OLE color: 10068916.

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

Color convert

RGB 180 163 153 -
CMYK 0 0.09 0.15 0.29
HSL 22.22º 0.15% 0.65% -
HSV(B) 22.22º 0.15% 0.71% -
XYZ 37.67 38.2 35.52 -
YUV 166.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 180 163 153 0 0.09 0.15 0.29 22.22 0.15 0.65
Hex B4 A3 99 0 9 F 1D 16 F 41
Octal 264 243 231 0 11 17 35 26 17 101
Binary 10110100 10100011 10011001 0 1001 1111 11101 10110 1111 1000001

Color Harmonies of #B4A399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A399

Black with #B4A399

Text Example


Text Example

White with #B4A399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A399; }

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

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

background-color css

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

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

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

border-color css

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

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

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