#B18567

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

Shades of Medium Wood #B18567

Tints of Medium Wood #B18567

Color information

#B18567 (or 0xB18567) is unknown color: approx Medium Wood. HEX triplet: B1, 85 and 67. RGB value is (177,133,103). Sum of RGB (Red+Green+Blue) = 177+133+103=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B18567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18567 is #4E7A98. Grayscale: #8E8E8E. Windows color (decimal): -5143193 or 6784433. OLE color: 6784433.

HSL color Cylindrical-coordinate representation of color #B18567: hue angle of 24.32º 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 #B18567 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB177133103-
CMYK00.250.420.31
HSL24.32º32.17%54.9%-
HSV(B)24.32º41.81%69.41%-
XYZ28.9727.116.54-
YUV142.74105.58152.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=42.86%
G=32.20%
B=24.94%

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
Decimal17713310300.250.420.3124.3232.1754.9
HexB185670192A1F182037
Octal2612051470315237304067
Binary101100011000010111001110110011010101111111000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18567; }

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

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

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

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

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

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

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

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