#B2825A

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

Shades of Medium Wood #B2825A

Tints of Medium Wood #B2825A

Color information

#B2825A (or 0xB2825A) is unknown color: approx Medium Wood. HEX triplet: B2, 82 and 5A. RGB value is (178,130,90). Sum of RGB (Red+Green+Blue) = 178+130+90=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B2825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2825A is #4D7DA5. Grayscale: #8C8C8C. Windows color (decimal): -5078438 or 5931698. OLE color: 5931698.

HSL color Cylindrical-coordinate representation of color #B2825A: hue angle of 27.27º 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 #B2825A is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17813090-
CMYK00.270.490.30
HSL27.27º36.36%52.55%-
HSV(B)27.27º49.44%69.8%-
XYZ28.1926.1713.24-
YUV139.7999.9155.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=44.72%
G=32.66%
B=22.61%

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
Decimal1781309000.270.490.3027.2736.3652.55
HexB2825A01B311E1b2435
Octal2622021320336136334465
Binary101100101000001010110100110111100011111011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2825A; }

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

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

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

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

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

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

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

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