#B5884D

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

Shades of Teak #B5884D

Tints of Teak #B5884D

Color information

#B5884D (or 0xB5884D) is unknown color: approx Teak. HEX triplet: B5, 88 and 4D. RGB value is (181,136,77). Sum of RGB (Red+Green+Blue) = 181+136+77=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5884D is #4A77B2. Grayscale: #8F8F8F. Windows color (decimal): -4880307 or 5081269. OLE color: 5081269.

HSL color Cylindrical-coordinate representation of color #B5884D: hue angle of 34.04º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5884D is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18113677-
CMYK00.250.570.29
HSL34.04º41.27%50.59%-
HSV(B)34.04º57.46%70.98%-
XYZ29.227.9710.88-
YUV142.7390.91155.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 77 (30.47% from 255) = 19.54%
R=45.94%
G=34.52%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811367700.250.570.2934.0441.2750.59
HexB5884D019391D222933
Octal2652101150317135425163
Binary1011010110001000100110101100111100111101100010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5884D; }

 p { color: rgb(181,136,77); }

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

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

 a { background-color: rgb(181,136,77); }

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

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

 span { border-color: rgb(181,136,77); }

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