#B18566

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

Shades of Medium Wood #B18566

Tints of Medium Wood #B18566

Color information

#B18566 (or 0xB18566) is unknown color: approx Medium Wood. HEX triplet: B1, 85 and 66. RGB value is (177,133,102). Sum of RGB (Red+Green+Blue) = 177+133+102=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B18566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18566 is #4E7A99. Grayscale: #8E8E8E. Windows color (decimal): -5143194 or 6718897. OLE color: 6718897.

HSL color Cylindrical-coordinate representation of color #B18566: hue angle of 24.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B18566 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB177133102-
CMYK00.250.420.31
HSL24.8º32.47%54.71%-
HSV(B)24.8º42.37%69.41%-
XYZ28.9227.0816.27-
YUV142.62105.08152.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=42.96%
G=32.28%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713310200.250.420.3124.832.4754.71
HexB185660192A1F192037
Octal2612051460315237314067
Binary101100011000010111001100110011010101111111001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18566; }

 p { color: rgb(177,133,102); }

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

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

 a { background-color: rgb(177,133,102); }

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

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

 span { border-color: rgb(177,133,102); }

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