Html Css Color HEX #B0A09B Martini

📋 copy color: '#B0A09B'

red 176 ◦ green 160 ◦ blue 155

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

Shades of Martini #B0A09B

Tints of Martini #B0A09B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.59%

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 35.85%
G = 32.59%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0A09B (or 0xB0A09B) is known color: Martini. HEX triplet: B0, A0 and 9B. RGB value is (176,160,155). Sum of RGB (Red+Green+Blue) = 176+160+155=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A09B is #4F5F64. Grayscale: #A4A4A4. Windows color (decimal): -5201765 or 10199216. OLE color: 10199216.

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

Color convert

RGB 176 160 155 -
CMYK 0 0.09 0.12 0.31
HSL 14.29º 0.12% 0.65% -
HSV(B) 14.29º 0.12% 0.69% -
XYZ 36.39 36.74 36.18 -
YUV 164.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 176 160 155 0 0.09 0.12 0.31 14.29 0.12 0.65
Hex B0 A0 9B 0 9 C 1F E C 41
Octal 260 240 233 0 11 14 37 16 14 101
Binary 10110000 10100000 10011011 0 1001 1100 11111 1110 1100 1000001

Color Harmonies of #B0A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A09B

Black with #B0A09B

Text Example


Text Example

White with #B0A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A09B; }

 p { color: rgb(176,160,155); }

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

background-color css

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

 a { background-color: rgb(176,160,155); }

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

border-color css

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

 span { border-color: rgb(176,160,155); }

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