#B58754

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

Shades of Teak #B58754

Tints of Teak #B58754

Color information

#B58754 (or 0xB58754) is unknown color: approx Teak. HEX triplet: B5, 87 and 54. RGB value is (181,135,84). Sum of RGB (Red+Green+Blue) = 181+135+84=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B58754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58754 is #4A78AB. Grayscale: #8F8F8F. Windows color (decimal): -4880556 or 5539765. OLE color: 5539765.

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

Color convert

RGB18113584-
CMYK00.250.540.29
HSL31.55º39.59%51.96%-
HSV(B)31.55º53.59%70.98%-
XYZ29.3227.7912.21-
YUV142.9494.74155.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 135 (53.12% from 255) = 33.75%
BLUE value IS 84 (33.20% from 255) = 21%
R=45.25%
G=33.75%
B=21%

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
Decimal1811358400.250.540.2931.5539.5951.96
HexB58754019361D202834
Octal2652071240316635405064
Binary1011010110000111101010001100111011011101100000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58754; }

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

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

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

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

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

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

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

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