#B58654

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

Shades of Teak #B58654

Tints of Teak #B58654

Color information

#B58654 (or 0xB58654) is unknown color: approx Teak. HEX triplet: B5, 86 and 54. RGB value is (181,134,84). Sum of RGB (Red+Green+Blue) = 181+134+84=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B58654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58654 is #4A79AB. Grayscale: #8E8E8E. Windows color (decimal): -4880812 or 5539509. OLE color: 5539509.

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

Color convert

RGB18113484-
CMYK00.260.540.29
HSL30.93º39.59%51.96%-
HSV(B)30.93º53.59%70.98%-
XYZ29.1827.5112.16-
YUV142.3595.07155.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=45.36%
G=33.58%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811348400.260.540.2930.9339.5951.96
HexB5865401A361D1f2834
Octal2652061240326635375064
Binary101101011000011010101000110101101101110111111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58654; }

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

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

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

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

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

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

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

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