#B77F5F

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

Shades of Medium Wood #B77F5F

Tints of Medium Wood #B77F5F

Color information

#B77F5F (or 0xB77F5F) is unknown color: approx Medium Wood. HEX triplet: B7, 7F and 5F. RGB value is (183,127,95). Sum of RGB (Red+Green+Blue) = 183+127+95=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F5F is #4880A0. Grayscale: #8C8C8C. Windows color (decimal): -4751521 or 6258615. OLE color: 6258615.

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

Color convert

RGB18312795-
CMYK00.310.480.28
HSL21.82º37.93%54.51%-
HSV(B)21.82º48.09%71.76%-
XYZ29.1826.0714.32-
YUV140.1102.55158.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=45.19%
G=31.36%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831279500.310.480.2821.8237.9354.51
HexB77F5F01F301C162637
Octal2671771370376034264667
Binary10110111111111110111110111111100001110010110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77F5F; }

 p { color: rgb(183,127,95); }

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

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

 a { background-color: rgb(183,127,95); }

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

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

 span { border-color: rgb(183,127,95); }

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