#B77E5D

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

Shades of Medium Wood #B77E5D

Tints of Medium Wood #B77E5D

Color information

#B77E5D (or 0xB77E5D) is unknown color: approx Medium Wood. HEX triplet: B7, 7E and 5D. RGB value is (183,126,93). Sum of RGB (Red+Green+Blue) = 183+126+93=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E5D is #4881A2. Grayscale: #8B8B8B. Windows color (decimal): -4751779 or 6127287. OLE color: 6127287.

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

Color convert

RGB18312693-
CMYK00.310.490.28
HSL22º38.46%54.12%-
HSV(B)22º49.18%71.76%-
XYZ28.9725.7813.81-
YUV139.28101.88159.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=45.52%
G=31.34%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831269300.310.490.282238.4654.12
HexB77E5D01F311C162636
Octal2671761350376134264666
Binary10110111111111010111010111111100011110010110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E5D; }

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

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

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

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

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

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

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

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