#B2826A

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

Shades of Medium Wood #B2826A

Tints of Medium Wood #B2826A

Color information

#B2826A (or 0xB2826A) is unknown color: approx Medium Wood. HEX triplet: B2, 82 and 6A. RGB value is (178,130,106). Sum of RGB (Red+Green+Blue) = 178+130+106=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B2826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2826A is #4D7D95. Grayscale: #8D8D8D. Windows color (decimal): -5078422 or 6980274. OLE color: 6980274.

HSL color Cylindrical-coordinate representation of color #B2826A: hue angle of 20º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2826A is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB178130106-
CMYK00.270.400.30
HSL20º31.86%55.69%-
HSV(B)20º40.45%69.8%-
XYZ28.9426.4717.22-
YUV141.62107.9153.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=43.00%
G=31.40%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813010600.270.400.302031.8655.69
HexB2826A01B281E142038
Octal2622021520335036244070
Binary101100101000001011010100110111010001111010100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2826A; }

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

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

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

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

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

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

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

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