#B58454

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

Shades of Teak #B58454

Tints of Teak #B58454

Color information

#B58454 (or 0xB58454) is unknown color: approx Teak. HEX triplet: B5, 84 and 54. RGB value is (181,132,84). Sum of RGB (Red+Green+Blue) = 181+132+84=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B58454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58454 is #4A7BAB. Grayscale: #8D8D8D. Windows color (decimal): -4881324 or 5538997. OLE color: 5538997.

HSL color Cylindrical-coordinate representation of color #B58454: hue angle of 29.69º 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 #B58454 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB18113284-
CMYK00.270.540.29
HSL29.69º39.59%51.96%-
HSV(B)29.69º53.59%70.98%-
XYZ28.9126.9712.07-
YUV141.1895.73156.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 84 (33.20% from 255) = 21.16%
R=45.59%
G=33.25%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811328400.270.540.2929.6939.5951.96
HexB5845401B361D1e2834
Octal2652041240336635365064
Binary101101011000010010101000110111101101110111110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58454; }

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

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

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

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

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

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

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

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