#b48058

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

Shades of Medium Wood #B48058

Tints of Medium Wood #B48058

Color information

#B48058 (or 0xB48058) is unknown color: approx Medium Wood. HEX triplet: B4, 80 and 58. RGB value is (180,128,88). Sum of RGB (Red+Green+Blue) = 180+128+88=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B48058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48058 is #4B7FA7. Grayscale: #8B8B8B. Windows color (decimal): -4947880 or 5800116. OLE color: 5800116.

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

Color convert

RGB18012888-
CMYK00.290.510.29
HSL26.09º38.02%52.55%-
HSV(B)26.09º51.11%70.59%-
XYZ28.325.8512.73-
YUV138.9999.23157.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 128 (50.39% from 255) = 32.32%
BLUE value IS 88 (34.77% from 255) = 22.22%
R=45.45%
G=32.32%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801288800.290.510.2926.0938.0252.55
HexB4805801D331D1a2635
Octal2642001300356335324665
Binary101101001000000010110000111011100111110111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b48058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b48058; }

 p { color: rgb(180,128,88); }

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

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

 a { background-color: rgb(180,128,88); }

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

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

 span { border-color: rgb(180,128,88); }

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