Html Css Color HEX #B0A49E Martini

📋 copy color: '#B0A49E'

red 176 ◦ green 164 ◦ blue 158

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

Shades of Martini #B0A49E

Tints of Martini #B0A49E

RGB

 RED value IS 176 (69.14% from 255) = 35.34%

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

 BLUE value IS 158 (62.11% from 255) = 31.73%

R = 35.34%
G = 32.93%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0A49E (or 0xB0A49E) is known color: Martini. HEX triplet: B0, A4 and 9E. RGB value is (176,164,158). Sum of RGB (Red+Green+Blue) = 176+164+158=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A49E is #4F5B61. Grayscale: #A6A6A6. Windows color (decimal): -5200738 or 10396848. OLE color: 10396848.

HSL color Cylindrical-coordinate representation of color #B0A49E: hue angle of 20º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0A49E is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 164 158 -
CMYK 0 0.07 0.10 0.31
HSL 20º 0.1% 0.65% -
HSV(B) 20º 0.1% 0.69% -
XYZ 37.35 38.25 37.76 -
YUV 166.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 176 164 158 0 0.07 0.10 0.31 20 0.1 0.65
Hex B0 A4 9E 0 7 A 1F 14 A 41
Octal 260 244 236 0 7 12 37 24 12 101
Binary 10110000 10100100 10011110 0 111 1010 11111 10100 1010 1000001

Color Harmonies of #B0A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A49E

Black with #B0A49E

Text Example


Text Example

White with #B0A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A49E; }

 p { color: rgb(176,164,158); }

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

background-color css

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

 a { background-color: rgb(176,164,158); }

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

border-color css

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

 span { border-color: rgb(176,164,158); }

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