#B8835F

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

Shades of Medium Wood #B8835F

Tints of Medium Wood #B8835F

Color information

#B8835F (or 0xB8835F) is unknown color: approx Medium Wood. HEX triplet: B8, 83 and 5F. RGB value is (184,131,95). Sum of RGB (Red+Green+Blue) = 184+131+95=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B8835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8835F is #477CA0. Grayscale: #8E8E8E. Windows color (decimal): -4684961 or 6259640. OLE color: 6259640.

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

Color convert

RGB18413195-
CMYK00.290.480.28
HSL24.27º38.53%54.71%-
HSV(B)24.27º48.37%72.16%-
XYZ29.9527.2514.51-
YUV142.74101.06157.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 95 (37.5% from 255) = 23.17%
R=44.88%
G=31.95%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841319500.290.480.2824.2738.5354.71
HexB8835F01D301C182737
Octal2702031370356034304767
Binary101110001000001110111110111011100001110011000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8835F; }

 p { color: rgb(184,131,95); }

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

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

 a { background-color: rgb(184,131,95); }

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

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

 span { border-color: rgb(184,131,95); }

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