#B77E5B

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

Shades of Medium Wood #B77E5B

Tints of Medium Wood #B77E5B

Color information

#B77E5B (or 0xB77E5B) is unknown color: approx Medium Wood. HEX triplet: B7, 7E and 5B. RGB value is (183,126,91). Sum of RGB (Red+Green+Blue) = 183+126+91=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E5B is #4881A4. Grayscale: #8B8B8B. Windows color (decimal): -4751781 or 5996215. OLE color: 5996215.

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

Color convert

RGB18312691-
CMYK00.310.500.28
HSL22.83º38.98%53.73%-
HSV(B)22.83º50.27%71.76%-
XYZ28.8825.7413.34-
YUV139.05100.88159.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.75%
GREEN value IS 126 (49.61% from 255) = 31.5%
BLUE value IS 91 (35.94% from 255) = 22.75%
R=45.75%
G=31.5%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831269100.310.500.2822.8338.9853.73
HexB77E5B01F321C172736
Octal2671761330376234274766
Binary10110111111111010110110111111100101110010111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E5B; }

 p { color: rgb(183,126,91); }

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

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

 a { background-color: rgb(183,126,91); }

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

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

 span { border-color: rgb(183,126,91); }

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