#B28463

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

Shades of Medium Wood #B28463

Tints of Medium Wood #B28463

Color information

#B28463 (or 0xB28463) is unknown color: approx Medium Wood. HEX triplet: B2, 84 and 63. RGB value is (178,132,99). Sum of RGB (Red+Green+Blue) = 178+132+99=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B28463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28463 is #4D7B9C. Grayscale: #8E8E8E. Windows color (decimal): -5077917 or 6522034. OLE color: 6522034.

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

Color convert

RGB17813299-
CMYK00.260.440.30
HSL25.06º33.91%54.31%-
HSV(B)25.06º44.38%69.8%-
XYZ28.8626.8715.47-
YUV141.99103.74153.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 99 (39.06% from 255) = 24.21%
R=43.52%
G=32.27%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781329900.260.440.3025.0633.9154.31
HexB2846301A2C1E192236
Octal2622041430325436314266
Binary101100101000010011000110110101011001111011001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28463; }

 p { color: rgb(178,132,99); }

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

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

 a { background-color: rgb(178,132,99); }

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

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

 span { border-color: rgb(178,132,99); }

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