#B48765

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

Shades of Medium Wood #B48765

Tints of Medium Wood #B48765

Color information

#B48765 (or 0xB48765) is unknown color: approx Medium Wood. HEX triplet: B4, 87 and 65. RGB value is (180,135,101). Sum of RGB (Red+Green+Blue) = 180+135+101=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B48765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48765 is #4B789A. Grayscale: #909090. Windows color (decimal): -4946075 or 6653876. OLE color: 6653876.

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

Color convert

RGB180135101-
CMYK00.250.440.29
HSL25.82º34.5%55.1%-
HSV(B)25.82º43.89%70.59%-
XYZ29.8427.9716.14-
YUV144.58103.41153.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.27%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 101 (39.84% from 255) = 24.28%
R=43.27%
G=32.45%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013510100.250.440.2925.8234.555.1
HexB487650192C1D1a2237
Octal2642071450315435324267
Binary101101001000011111001010110011011001110111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48765; }

 p { color: rgb(180,135,101); }

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

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

 a { background-color: rgb(180,135,101); }

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

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

 span { border-color: rgb(180,135,101); }

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