#B28461

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

Shades of Medium Wood #B28461

Tints of Medium Wood #B28461

Color information

#B28461 (or 0xB28461) is unknown color: approx Medium Wood. HEX triplet: B2, 84 and 61. RGB value is (178,132,97). Sum of RGB (Red+Green+Blue) = 178+132+97=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B28461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28461 is #4D7B9E. Grayscale: #8D8D8D. Windows color (decimal): -5077919 or 6390962. OLE color: 6390962.

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

Color convert

RGB17813297-
CMYK00.260.460.30
HSL25.93º34.47%53.92%-
HSV(B)25.93º45.51%69.8%-
XYZ28.7726.8314.97-
YUV141.76102.74153.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 97 (38.28% from 255) = 23.83%
R=43.73%
G=32.43%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781329700.260.460.3025.9334.4753.92
HexB2846101A2E1E1a2236
Octal2622041410325636324266
Binary101100101000010011000010110101011101111011010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28461; }

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

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

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

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

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

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

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

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