#B28664

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

Shades of Medium Wood #B28664

Tints of Medium Wood #B28664

Color information

#B28664 (or 0xB28664) is unknown color: approx Medium Wood. HEX triplet: B2, 86 and 64. RGB value is (178,134,100). Sum of RGB (Red+Green+Blue) = 178+134+100=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B28664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28664 is #4D799B. Grayscale: #8F8F8F. Windows color (decimal): -5077404 or 6588082. OLE color: 6588082.

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

Color convert

RGB178134100-
CMYK00.250.440.30
HSL26.15º33.62%54.51%-
HSV(B)26.15º43.82%69.8%-
XYZ29.1927.4415.81-
YUV143.28103.58152.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.20%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 100 (39.45% from 255) = 24.27%
R=43.20%
G=32.52%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813410000.250.440.3026.1533.6254.51
HexB286640192C1E1a2237
Octal2622061440315436324267
Binary101100101000011011001000110011011001111011010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28664; }

 p { color: rgb(178,134,100); }

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

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

 a { background-color: rgb(178,134,100); }

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

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

 span { border-color: rgb(178,134,100); }

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