#B8825D

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

Shades of Medium Wood #B8825D

Tints of Medium Wood #B8825D

Color information

#B8825D (or 0xB8825D) is unknown color: approx Medium Wood. HEX triplet: B8, 82 and 5D. RGB value is (184,130,93). Sum of RGB (Red+Green+Blue) = 184+130+93=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8825D is #477DA2. Grayscale: #8E8E8E. Windows color (decimal): -4685219 or 6128312. OLE color: 6128312.

HSL color Cylindrical-coordinate representation of color #B8825D: hue angle of 24.4º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8825D is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18413093-
CMYK00.290.490.28
HSL24.4º39.06%54.31%-
HSV(B)24.4º49.46%72.16%-
XYZ29.7326.9513.99-
YUV141.93100.39158.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=45.21%
G=31.94%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841309300.290.490.2824.439.0654.31
HexB8825D01D311C182736
Octal2702021350356134304766
Binary101110001000001010111010111011100011110011000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8825D; }

 p { color: rgb(184,130,93); }

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

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

 a { background-color: rgb(184,130,93); }

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

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

 span { border-color: rgb(184,130,93); }

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