#B77B5B

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

Shades of Medium Wood #B77B5B

Tints of Medium Wood #B77B5B

Color information

#B77B5B (or 0xB77B5B) is unknown color: approx Medium Wood. HEX triplet: B7, 7B and 5B. RGB value is (183,123,91). Sum of RGB (Red+Green+Blue) = 183+123+91=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B5B is #4884A4. Grayscale: #898989. Windows color (decimal): -4752549 or 5995447. OLE color: 5995447.

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

Color convert

RGB18312391-
CMYK00.330.500.28
HSL20.87º38.98%53.73%-
HSV(B)20.87º50.27%71.76%-
XYZ28.524.9913.22-
YUV137.29101.88160.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 123 (48.44% from 255) = 30.98%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=46.10%
G=30.98%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831239100.330.500.2820.8738.9853.73
HexB77B5B021321C152736
Octal2671731330416234254766
Binary101101111111011101101101000011100101110010101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B5B; }

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

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

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

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

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

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

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

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