#B18854

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

Shades of Teak #B18854

Tints of Teak #B18854

Color information

#B18854 (or 0xB18854) is unknown color: approx Teak. HEX triplet: B1, 88 and 54. RGB value is (177,136,84). Sum of RGB (Red+Green+Blue) = 177+136+84=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B18854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18854 is #4E77AB. Grayscale: #8E8E8E. Windows color (decimal): -5142444 or 5540017. OLE color: 5540017.

HSL color Cylindrical-coordinate representation of color #B18854: hue angle of 33.55º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B18854 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17713684-
CMYK00.230.530.31
HSL33.55º37.35%51.18%-
HSV(B)33.55º52.54%69.41%-
XYZ28.5427.612.21-
YUV142.3395.08152.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 84 (33.20% from 255) = 21.16%
R=44.58%
G=34.26%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771368400.230.530.3133.5537.3551.18
HexB18854017351F222533
Octal2612101240276537424563
Binary1011000110001000101010001011111010111111100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18854; }

 p { color: rgb(177,136,84); }

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

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

 a { background-color: rgb(177,136,84); }

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

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

 span { border-color: rgb(177,136,84); }

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