Html Css Color HEX #B0A29F Martini

📋 copy color: '#B0A29F'

red 176 ◦ green 162 ◦ blue 159

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

Shades of Martini #B0A29F

Tints of Martini #B0A29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.6%

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

R = 35.41%
G = 32.6%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0A29F (or 0xB0A29F) is known color: Martini. HEX triplet: B0, A2 and 9F. RGB value is (176,162,159). Sum of RGB (Red+Green+Blue) = 176+162+159=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A29F is #4F5D60. Grayscale: #A5A5A5. Windows color (decimal): -5201249 or 10461872. OLE color: 10461872.

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

Color convert

RGB 176 162 159 -
CMYK 0 0.08 0.10 0.31
HSL 10.59º 0.1% 0.66% -
HSV(B) 10.59º 0.1% 0.69% -
XYZ 37.08 37.57 38.1 -
YUV 165.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 176 162 159 0 0.08 0.10 0.31 10.59 0.1 0.66
Hex B0 A2 9F 0 8 A 1F B A 42
Octal 260 242 237 0 10 12 37 13 12 102
Binary 10110000 10100010 10011111 0 1000 1010 11111 1011 1010 1000010

Color Harmonies of #B0A29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A29F

Black with #B0A29F

Text Example


Text Example

White with #B0A29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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