#B48967

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

Shades of Medium Wood #B48967

Tints of Medium Wood #B48967

Color information

#B48967 (or 0xB48967) is unknown color: approx Medium Wood. HEX triplet: B4, 89 and 67. RGB value is (180,137,103). Sum of RGB (Red+Green+Blue) = 180+137+103=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B48967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48967 is #4B7698. Grayscale: #929292. Windows color (decimal): -4945561 or 6785460. OLE color: 6785460.

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

Color convert

RGB180137103-
CMYK00.240.430.29
HSL26.49º33.92%55.49%-
HSV(B)26.49º42.78%70.59%-
XYZ30.2228.5716.75-
YUV145.98103.75152.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=42.86%
G=32.62%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013710300.240.430.2926.4933.9255.49
HexB489670182B1D1a2237
Octal2642111470305335324267
Binary101101001000100111001110110001010111110111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48967; }

 p { color: rgb(180,137,103); }

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

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

 a { background-color: rgb(180,137,103); }

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

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

 span { border-color: rgb(180,137,103); }

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