#B48262

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

Shades of Medium Wood #B48262

Tints of Medium Wood #B48262

Color information

#B48262 (or 0xB48262) is unknown color: approx Medium Wood. HEX triplet: B4, 82 and 62. RGB value is (180,130,98). Sum of RGB (Red+Green+Blue) = 180+130+98=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B48262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48262 is #4B7D9D. Grayscale: #8D8D8D. Windows color (decimal): -4947358 or 6455988. OLE color: 6455988.

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

Color convert

RGB18013098-
CMYK00.280.460.29
HSL23.41º35.34%54.51%-
HSV(B)23.41º45.56%70.59%-
XYZ29.0126.5515.15-
YUV141.3103.56155.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 98 (38.67% from 255) = 24.02%
R=44.12%
G=31.86%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801309800.280.460.2923.4135.3454.51
HexB4826201C2E1D172337
Octal2642021420345635274367
Binary101101001000001011000100111001011101110110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48262; }

 p { color: rgb(180,130,98); }

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

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

 a { background-color: rgb(180,130,98); }

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

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

 span { border-color: rgb(180,130,98); }

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