#B2846A

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

Shades of Medium Wood #B2846A

Tints of Medium Wood #B2846A

Color information

#B2846A (or 0xB2846A) is unknown color: approx Medium Wood. HEX triplet: B2, 84 and 6A. RGB value is (178,132,106). Sum of RGB (Red+Green+Blue) = 178+132+106=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2846A is #4D7B95. Grayscale: #8E8E8E. Windows color (decimal): -5077910 or 6980786. OLE color: 6980786.

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

Color convert

RGB178132106-
CMYK00.260.400.30
HSL21.67º31.86%55.69%-
HSV(B)21.67º40.45%69.8%-
XYZ29.2127.0117.31-
YUV142.79107.24153.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 106 (41.80% from 255) = 25.48%
R=42.79%
G=31.73%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813210600.260.400.3021.6731.8655.69
HexB2846A01A281E162038
Octal2622041520325036264070
Binary101100101000010011010100110101010001111010110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2846A; }

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

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

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

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

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

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

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

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