#B8B69D

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

Shades of Tana #B8B69D

Tints of Tana #B8B69D

Color information

#B8B69D (or 0xB8B69D) is unknown color: approx Tana. HEX triplet: B8, B6 and 9D. RGB value is (184,182,157). Sum of RGB (Red+Green+Blue) = 184+182+157=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B69D is #474962. Grayscale: #B3B3B3. Windows color (decimal): -4671843 or 10335928. OLE color: 10335928.

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

Color convert

RGB184182157-
CMYK00.010.150.28
HSL55.56º15.98%66.86%-
HSV(B)55.56º14.67%72.16%-
XYZ42.5846.0838.55-
YUV179.75115.16131.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 182 (71.48% from 255) = 34.80%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=35.18%
G=34.80%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18418215700.010.150.2855.5615.9866.86
HexB8B69D01F1C381043
Octal2702662350117347020103
Binary10111000101101101001110101111111100111000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B69D; }

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

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

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

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

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

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

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

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