Html Css Color HEX #B0A39E Martini

📋 copy color: '#B0A39E'

red 176 ◦ green 163 ◦ blue 158

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

Shades of Martini #B0A39E

Tints of Martini #B0A39E

RGB

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

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

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

R = 35.41%
G = 32.8%
B = 31.79%

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

#B0A39E (or 0xB0A39E) is known color: Martini. HEX triplet: B0, A3 and 9E. RGB value is (176,163,158). Sum of RGB (Red+Green+Blue) = 176+163+158=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A39E is #4F5C61. Grayscale: #A6A6A6. Windows color (decimal): -5200994 or 10396592. OLE color: 10396592.

HSL color Cylindrical-coordinate representation of color #B0A39E: hue angle of 16.67º 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 #B0A39E is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 163 158 -
CMYK 0 0.07 0.10 0.31
HSL 16.67º 0.1% 0.65% -
HSV(B) 16.67º 0.1% 0.69% -
XYZ 37.17 37.89 37.7 -
YUV 166.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 176 163 158 0 0.07 0.10 0.31 16.67 0.1 0.65
Hex B0 A3 9E 0 7 A 1F 11 A 41
Octal 260 243 236 0 7 12 37 21 12 101
Binary 10110000 10100011 10011110 0 111 1010 11111 10001 1010 1000001

Color Harmonies of #B0A39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A39E

Black with #B0A39E

Text Example


Text Example

White with #B0A39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A39E; }

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

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

background-color css

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

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

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

border-color css

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

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

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