#B2825B

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

Shades of Medium Wood #B2825B

Tints of Medium Wood #B2825B

Color information

#B2825B (or 0xB2825B) is unknown color: approx Medium Wood. HEX triplet: B2, 82 and 5B. RGB value is (178,130,91). Sum of RGB (Red+Green+Blue) = 178+130+91=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2825B is #4D7DA4. Grayscale: #8C8C8C. Windows color (decimal): -5078437 or 5997234. OLE color: 5997234.

HSL color Cylindrical-coordinate representation of color #B2825B: hue angle of 26.9º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2825B is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17813091-
CMYK00.270.490.30
HSL26.9º36.1%52.75%-
HSV(B)26.9º48.88%69.8%-
XYZ28.2326.1913.46-
YUV139.91100.4155.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=44.61%
G=32.58%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781309100.270.490.3026.936.152.75
HexB2825B01B311E1b2435
Octal2622021330336136334465
Binary101100101000001010110110110111100011111011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2825B; }

 p { color: rgb(178,130,91); }

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

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

 a { background-color: rgb(178,130,91); }

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

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

 span { border-color: rgb(178,130,91); }

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