#B58851

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

Shades of Teak #B58851

Tints of Teak #B58851

Color information

#B58851 (or 0xB58851) is unknown color: approx Teak. HEX triplet: B5, 88 and 51. RGB value is (181,136,81). Sum of RGB (Red+Green+Blue) = 181+136+81=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B58851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58851 is #4A77AE. Grayscale: #8F8F8F. Windows color (decimal): -4880303 or 5343413. OLE color: 5343413.

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

Color convert

RGB18113681-
CMYK00.250.550.29
HSL33º40.32%51.37%-
HSV(B)33º55.25%70.98%-
XYZ29.3528.0311.65-
YUV143.1892.91154.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 81 (32.03% from 255) = 20.35%
R=45.48%
G=34.17%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811368100.250.550.293340.3251.37
HexB58851019371D212833
Octal2652101210316735415063
Binary1011010110001000101000101100111011111101100001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58851; }

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

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

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

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

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

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

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

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