#B8B39A

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

Shades of Tana #B8B39A

Tints of Tana #B8B39A

Color information

#B8B39A (or 0xB8B39A) is unknown color: approx Tana. HEX triplet: B8, B3 and 9A. RGB value is (184,179,154). Sum of RGB (Red+Green+Blue) = 184+179+154=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B39A is #474C65. Grayscale: #B1B1B1. Windows color (decimal): -4672614 or 10138552. OLE color: 10138552.

HSL color Cylindrical-coordinate representation of color #B8B39A: hue angle of 50º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8B39A is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB184179154-
CMYK00.030.160.28
HSL50º17.44%66.27%-
HSV(B)50º16.3%72.16%-
XYZ41.7244.7637.01-
YUV177.64114.66132.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 154 (60.55% from 255) = 29.79%
R=35.59%
G=34.62%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417915400.030.160.285017.4466.27
HexB8B39A03101C321142
Octal2702632320320346221102
Binary1011100010110011100110100111000011100110010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B39A; }

 p { color: rgb(184,179,154); }

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

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

 a { background-color: rgb(184,179,154); }

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

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

 span { border-color: rgb(184,179,154); }

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