#B4B09D

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

Shades of Tana #B4B09D

Tints of Tana #B4B09D

Color information

#B4B09D (or 0xB4B09D) is unknown color: approx Tana. HEX triplet: B4, B0 and 9D. RGB value is (180,176,157). Sum of RGB (Red+Green+Blue) = 180+176+157=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B09D is #4B4F62. Grayscale: #AFAFAF. Windows color (decimal): -4935523 or 10334388. OLE color: 10334388.

HSL color Cylindrical-coordinate representation of color #B4B09D: hue angle of 49.57º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4B09D is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB180176157-
CMYK00.020.130.29
HSL49.57º13.29%66.08%-
HSV(B)49.57º12.78%70.59%-
XYZ40.4343.1938.1-
YUV175.03117.83131.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=35.09%
G=34.31%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017615700.020.130.2949.5713.2966.08
HexB4B09D02D1D32d42
Octal2642602350215356215102
Binary10110100101100001001110101011011110111001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B09D; }

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

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

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

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

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

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

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

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