#B28868

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

Shades of Medium Wood #B28868

Tints of Medium Wood #B28868

Color information

#B28868 (or 0xB28868) is unknown color: approx Medium Wood. HEX triplet: B2, 88 and 68. RGB value is (178,136,104). Sum of RGB (Red+Green+Blue) = 178+136+104=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B28868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28868 is #4D7797. Grayscale: #919191. Windows color (decimal): -5076888 or 6850738. OLE color: 6850738.

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

Color convert

RGB178136104-
CMYK00.240.420.30
HSL25.95º32.46%55.29%-
HSV(B)25.95º41.57%69.8%-
XYZ29.6628.0716.95-
YUV144.91104.91151.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.58%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=42.58%
G=32.54%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813610400.240.420.3025.9532.4655.29
HexB288680182A1E1a2037
Octal2622101500305236324067
Binary101100101000100011010000110001010101111011010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28868; }

 p { color: rgb(178,136,104); }

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

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

 a { background-color: rgb(178,136,104); }

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

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

 span { border-color: rgb(178,136,104); }

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