#B77B5D

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

Shades of Medium Wood #B77B5D

Tints of Medium Wood #B77B5D

Color information

#B77B5D (or 0xB77B5D) is unknown color: approx Medium Wood. HEX triplet: B7, 7B and 5D. RGB value is (183,123,93). Sum of RGB (Red+Green+Blue) = 183+123+93=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B5D is #4884A2. Grayscale: #898989. Windows color (decimal): -4752547 or 6126519. OLE color: 6126519.

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

Color convert

RGB18312393-
CMYK00.330.490.28
HSL20º38.46%54.12%-
HSV(B)20º49.18%71.76%-
XYZ28.5925.0213.68-
YUV137.52102.88160.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=45.86%
G=30.83%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831239300.330.490.282038.4654.12
HexB77B5D021311C142636
Octal2671731350416134244666
Binary101101111111011101110101000011100011110010100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B5D; }

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

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

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

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

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

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

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

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