#B77D5B

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

Shades of Medium Wood #B77D5B

Tints of Medium Wood #B77D5B

Color information

#B77D5B (or 0xB77D5B) is unknown color: approx Medium Wood. HEX triplet: B7, 7D and 5B. RGB value is (183,125,91). Sum of RGB (Red+Green+Blue) = 183+125+91=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D5B is #4882A4. Grayscale: #8A8A8A. Windows color (decimal): -4752037 or 5995959. OLE color: 5995959.

HSL color Cylindrical-coordinate representation of color #B77D5B: hue angle of 22.17º 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 #B77D5B is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18312591-
CMYK00.320.500.28
HSL22.17º38.98%53.73%-
HSV(B)22.17º50.27%71.76%-
XYZ28.7525.4913.3-
YUV138.47101.22159.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=45.86%
G=31.33%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831259100.320.500.2822.1738.9853.73
HexB77D5B020321C162736
Octal2671751330406234264766
Binary101101111111101101101101000001100101110010110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77D5B; }

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

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

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

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

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

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

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

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