#B4B598

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

Shades of Tana #B4B598

Tints of Tana #B4B598

Color information

#B4B598 (or 0xB4B598) is unknown color: approx Tana. HEX triplet: B4, B5 and 98. RGB value is (180,181,152). Sum of RGB (Red+Green+Blue) = 180+181+152=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B598 is #4B4A67. Grayscale: #B1B1B1. Windows color (decimal): -4934248 or 10007988. OLE color: 10007988.

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

Color convert

RGB180181152-
CMYK0.0100.160.29
HSL62.07º16.38%65.29%-
HSV(B)62.07º16.02%70.98%-
XYZ41.0145.0236.23-
YUV177.4113.67129.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.09%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=35.09%
G=35.28%
B=29.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801811520.0100.160.2962.0716.3865.29
HexB4B59810101D3e1041
Octal2642652301020357620101
Binary101101001011010110011000101000011101111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B598; }

 p { color: rgb(180,181,152); }

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

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

 a { background-color: rgb(180,181,152); }

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

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

 span { border-color: rgb(180,181,152); }

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