#B0B09D

Color #B0B09D Tana (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tana #B0B09D

Tints of Tana #B0B09D

Color information

#B0B09D (or 0xB0B09D) is unknown color: approx Tana. HEX triplet: B0, B0 and 9D. RGB value is (176,176,157). Sum of RGB (Red+Green+Blue) = 176+176+157=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B09D is #4F4F62. Grayscale: #ADADAD. Windows color (decimal): -5197667 or 10334384. OLE color: 10334384.

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

Color convert

RGB176176157-
CMYK000.110.31
HSL60º10.73%65.29%-
HSV(B)60º10.8%69.02%-
XYZ39.5242.7238.06-
YUV173.83118.5129.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=34.58%
G=34.58%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176176157000.110.316010.7365.29
HexB0B09D00B1F3cb41
Octal2602602350013377413101
Binary1011000010110000100111010010111111111110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B09D; }

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

 H1.HeaderClassName
 {
   color: #B0B09D;
 }
 .AnyTagClassName
 {
   color: #B0B09D;
 }
</style>
background-color css

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

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

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

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

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

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