#B4805E

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

Shades of Medium Wood #B4805E

Tints of Medium Wood #B4805E

Color information

#B4805E (or 0xB4805E) is unknown color: approx Medium Wood. HEX triplet: B4, 80 and 5E. RGB value is (180,128,94). Sum of RGB (Red+Green+Blue) = 180+128+94=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4805E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4805E is #4B7FA1. Grayscale: #8B8B8B. Windows color (decimal): -4947874 or 6193332. OLE color: 6193332.

HSL color Cylindrical-coordinate representation of color #B4805E: hue angle of 23.72º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4805E is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18012894-
CMYK00.290.480.29
HSL23.72º36.44%53.73%-
HSV(B)23.72º47.78%70.59%-
XYZ28.5625.9514.09-
YUV139.67102.23156.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=44.78%
G=31.84%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801289400.290.480.2923.7236.4453.73
HexB4805E01D301D182436
Octal2642001360356035304466
Binary101101001000000010111100111011100001110111000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4805E; }

 p { color: rgb(180,128,94); }

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

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

 a { background-color: rgb(180,128,94); }

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

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

 span { border-color: rgb(180,128,94); }

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