#B77E65

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

Shades of Medium Wood #B77E65

Tints of Medium Wood #B77E65

Color information

#B77E65 (or 0xB77E65) is unknown color: approx Medium Wood. HEX triplet: B7, 7E and 65. RGB value is (183,126,101). Sum of RGB (Red+Green+Blue) = 183+126+101=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E65 is #48819A. Grayscale: #8C8C8C. Windows color (decimal): -4751771 or 6651575. OLE color: 6651575.

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

Color convert

RGB183126101-
CMYK00.310.450.28
HSL18.29º36.28%55.69%-
HSV(B)18.29º44.81%71.76%-
XYZ29.3425.9315.77-
YUV140.19105.88158.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 126 (49.61% from 255) = 30.73%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=44.63%
G=30.73%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312610100.310.450.2818.2936.2855.69
HexB77E6501F2D1C122438
Octal2671761450375534224470
Binary10110111111111011001010111111011011110010010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E65; }

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

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

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

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

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

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

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

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