Html Css Color HEX #B0A19D Martini

📋 copy color: '#B0A19D'

red 176 ◦ green 161 ◦ blue 157

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

Shades of Martini #B0A19D

Tints of Martini #B0A19D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.59%

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 35.63%
G = 32.59%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0A19D (or 0xB0A19D) is known color: Martini. HEX triplet: B0, A1 and 9D. RGB value is (176,161,157). Sum of RGB (Red+Green+Blue) = 176+161+157=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A19D is #4F5E62. Grayscale: #A5A5A5. Windows color (decimal): -5201507 or 10330544. OLE color: 10330544.

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

Color convert

RGB 176 161 157 -
CMYK 0 0.09 0.11 0.31
HSL 12.63º 0.11% 0.65% -
HSV(B) 12.63º 0.11% 0.69% -
XYZ 36.74 37.15 37.13 -
YUV 165.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 176 161 157 0 0.09 0.11 0.31 12.63 0.11 0.65
Hex B0 A1 9D 0 9 B 1F D B 41
Octal 260 241 235 0 11 13 37 15 13 101
Binary 10110000 10100001 10011101 0 1001 1011 11111 1101 1011 1000001

Color Harmonies of #B0A19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A19D

Black with #B0A19D

Text Example


Text Example

White with #B0A19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A19D; }

 p { color: rgb(176,161,157); }

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

background-color css

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

 a { background-color: rgb(176,161,157); }

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

border-color css

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

 span { border-color: rgb(176,161,157); }

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