#B48666

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

Shades of Medium Wood #B48666

Tints of Medium Wood #B48666

Color information

#B48666 (or 0xB48666) is unknown color: approx Medium Wood. HEX triplet: B4, 86 and 66. RGB value is (180,134,102). Sum of RGB (Red+Green+Blue) = 180+134+102=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B48666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48666 is #4B7999. Grayscale: #909090. Windows color (decimal): -4946330 or 6719156. OLE color: 6719156.

HSL color Cylindrical-coordinate representation of color #B48666: hue angle of 24.62º 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 #B48666 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB180134102-
CMYK00.260.430.29
HSL24.62º34.21%55.29%-
HSV(B)24.62º43.33%70.59%-
XYZ29.7527.7116.35-
YUV144.11104.24153.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=43.27%
G=32.21%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013410200.260.430.2924.6234.2155.29
HexB4866601A2B1D192237
Octal2642061460325335314267
Binary101101001000011011001100110101010111110111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48666; }

 p { color: rgb(180,134,102); }

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

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

 a { background-color: rgb(180,134,102); }

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

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

 span { border-color: rgb(180,134,102); }

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