#B58950

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

Shades of Teak #B58950

Tints of Teak #B58950

Color information

#B58950 (or 0xB58950) is unknown color: approx Teak. HEX triplet: B5, 89 and 50. RGB value is (181,137,80). Sum of RGB (Red+Green+Blue) = 181+137+80=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B58950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58950 is #4A76AF. Grayscale: #8F8F8F. Windows color (decimal): -4880048 or 5278133. OLE color: 5278133.

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

Color convert

RGB18113780-
CMYK00.240.560.29
HSL33.86º40.56%51.18%-
HSV(B)33.86º55.8%70.98%-
XYZ29.4528.2911.5-
YUV143.6692.08154.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 137 (53.91% from 255) = 34.42%
BLUE value IS 80 (31.64% from 255) = 20.10%
R=45.48%
G=34.42%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811378000.240.560.2933.8640.5651.18
HexB58950018381D222933
Octal2652111200307035425163
Binary1011010110001001101000001100011100011101100010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58950; }

 p { color: rgb(181,137,80); }

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

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

 a { background-color: rgb(181,137,80); }

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

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

 span { border-color: rgb(181,137,80); }

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