#B8B29F

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

Shades of Tana #B8B29F

Tints of Tana #B8B29F

Color information

#B8B29F (or 0xB8B29F) is unknown color: approx Tana. HEX triplet: B8, B2 and 9F. RGB value is (184,178,159). Sum of RGB (Red+Green+Blue) = 184+178+159=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B29F is #474D60. Grayscale: #B1B1B1. Windows color (decimal): -4672865 or 10465976. OLE color: 10465976.

HSL color Cylindrical-coordinate representation of color #B8B29F: hue angle of 45.6º 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 #B8B29F is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB184178159-
CMYK00.030.140.28
HSL45.6º14.97%67.25%-
HSV(B)45.6º13.59%72.16%-
XYZ41.9544.5339.19-
YUV177.63117.49132.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 159 (62.5% from 255) = 30.52%
R=35.32%
G=34.17%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417815900.030.140.2845.614.9767.25
HexB8B29F03E1C2ef43
Octal2702622370316345617103
Binary10111000101100101001111101111101110010111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B29F; }

 p { color: rgb(184,178,159); }

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

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

 a { background-color: rgb(184,178,159); }

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

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

 span { border-color: rgb(184,178,159); }

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