#B5775E

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

Shades of Medium Wood #B5775E

Tints of Medium Wood #B5775E

Color information

#B5775E (or 0xB5775E) is unknown color: approx Medium Wood. HEX triplet: B5, 77 and 5E. RGB value is (181,119,94). Sum of RGB (Red+Green+Blue) = 181+119+94=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5775E is #4A88A1. Grayscale: #868686. Windows color (decimal): -4884642 or 6191029. OLE color: 6191029.

HSL color Cylindrical-coordinate representation of color #B5775E: hue angle of 17.24º degrees, saturation: 0.37, 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 #B5775E is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18111994-
CMYK00.340.480.29
HSL17.24º37.02%53.92%-
HSV(B)17.24º48.07%70.98%-
XYZ27.6723.8313.73-
YUV134.69105.04161.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 94 (37.11% from 255) = 23.86%
R=45.94%
G=30.20%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811199400.340.480.2917.2437.0253.92
HexB5775E022301D112536
Octal2651671360426035214566
Binary101101011110111101111001000101100001110110001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5775E; }

 p { color: rgb(181,119,94); }

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

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

 a { background-color: rgb(181,119,94); }

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

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

 span { border-color: rgb(181,119,94); }

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