#B8B69E

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

Shades of Tana #B8B69E

Tints of Tana #B8B69E

Color information

#B8B69E (or 0xB8B69E) is unknown color: approx Tana. HEX triplet: B8, B6 and 9E. RGB value is (184,182,158). Sum of RGB (Red+Green+Blue) = 184+182+158=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B69E is #474961. Grayscale: #B3B3B3. Windows color (decimal): -4671842 or 10401464. OLE color: 10401464.

HSL color Cylindrical-coordinate representation of color #B8B69E: hue angle of 55.38º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8B69E is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB184182158-
CMYK00.010.140.28
HSL55.38º15.48%67.06%-
HSV(B)55.38º14.13%72.16%-
XYZ42.6746.1139-
YUV179.86115.66130.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 182 (71.48% from 255) = 34.73%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=35.11%
G=34.73%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418215800.010.140.2855.3815.4867.06
HexB8B69E01E1C37f43
Octal2702662360116346717103
Binary1011100010110110100111100111101110011011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B69E; }

 p { color: rgb(184,182,158); }

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

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

 a { background-color: rgb(184,182,158); }

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

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

 span { border-color: rgb(184,182,158); }

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