#B58854

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

Shades of Teak #B58854

Tints of Teak #B58854

Color information

#B58854 (or 0xB58854) is unknown color: approx Teak. HEX triplet: B5, 88 and 54. RGB value is (181,136,84). Sum of RGB (Red+Green+Blue) = 181+136+84=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B58854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58854 is #4A77AB. Grayscale: #8F8F8F. Windows color (decimal): -4880300 or 5540021. OLE color: 5540021.

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

Color convert

RGB18113684-
CMYK00.250.540.29
HSL32.16º39.59%51.96%-
HSV(B)32.16º53.59%70.98%-
XYZ29.4628.0712.25-
YUV143.5394.41154.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=45.14%
G=33.92%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811368400.250.540.2932.1639.5951.96
HexB58854019361D202834
Octal2652101240316635405064
Binary1011010110001000101010001100111011011101100000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58854; }

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

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

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

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

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

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

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

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