Html Css Color HEX #B0A39F Martini

📋 copy color: '#B0A39F'

red 176 ◦ green 163 ◦ blue 159

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

Shades of Martini #B0A39F

Tints of Martini #B0A39F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.93%

R = 35.34%
G = 32.73%
B = 31.93%

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

#B0A39F (or 0xB0A39F) is known color: Martini. HEX triplet: B0, A3 and 9F. RGB value is (176,163,159). Sum of RGB (Red+Green+Blue) = 176+163+159=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A39F is #4F5C60. Grayscale: #A6A6A6. Windows color (decimal): -5200993 or 10462128. OLE color: 10462128.

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

Color convert

RGB 176 163 159 -
CMYK 0 0.07 0.10 0.31
HSL 14.12º 0.1% 0.66% -
HSV(B) 14.12º 0.1% 0.69% -
XYZ 37.26 37.93 38.16 -
YUV 166.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 176 163 159 0 0.07 0.10 0.31 14.12 0.1 0.66
Hex B0 A3 9F 0 7 A 1F E A 42
Octal 260 243 237 0 7 12 37 16 12 102
Binary 10110000 10100011 10011111 0 111 1010 11111 1110 1010 1000010

Color Harmonies of #B0A39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A39F

Black with #B0A39F

Text Example


Text Example

White with #B0A39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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