#B77E5A

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

Shades of Medium Wood #B77E5A

Tints of Medium Wood #B77E5A

Color information

#B77E5A (or 0xB77E5A) is unknown color: approx Medium Wood. HEX triplet: B7, 7E and 5A. RGB value is (183,126,90). Sum of RGB (Red+Green+Blue) = 183+126+90=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E5A is #4881A5. Grayscale: #8B8B8B. Windows color (decimal): -4751782 or 5930679. OLE color: 5930679.

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

Color convert

RGB18312690-
CMYK00.310.510.28
HSL23.23º39.24%53.53%-
HSV(B)23.23º50.82%71.76%-
XYZ28.8325.7313.12-
YUV138.94100.38159.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=45.86%
G=31.58%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831269000.310.510.2823.2339.2453.53
HexB77E5A01F331C172736
Octal2671761320376334274766
Binary10110111111111010110100111111100111110010111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E5A; }

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

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

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

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

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

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

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

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