#B5785B

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

Shades of Medium Wood #B5785B

Tints of Medium Wood #B5785B

Color information

#B5785B (or 0xB5785B) is unknown color: approx Medium Wood. HEX triplet: B5, 78 and 5B. RGB value is (181,120,91). Sum of RGB (Red+Green+Blue) = 181+120+91=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5785B is #4A87A4. Grayscale: #878787. Windows color (decimal): -4884389 or 5994677. OLE color: 5994677.

HSL color Cylindrical-coordinate representation of color #B5785B: hue angle of 19.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5785B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18112091-
CMYK00.340.500.29
HSL19.33º37.82%53.33%-
HSV(B)19.33º49.72%70.98%-
XYZ27.6624.0113.07-
YUV134.93103.21160.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 91 (35.94% from 255) = 23.21%
R=46.17%
G=30.61%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811209100.340.500.2919.3337.8253.33
HexB5785B022321D132635
Octal2651701330426235234665
Binary101101011111000101101101000101100101110110011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5785B; }

 p { color: rgb(181,120,91); }

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

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

 a { background-color: rgb(181,120,91); }

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

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

 span { border-color: rgb(181,120,91); }

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