#B77B5F

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

Shades of Medium Wood #B77B5F

Tints of Medium Wood #B77B5F

Color information

#B77B5F (or 0xB77B5F) is unknown color: approx Medium Wood. HEX triplet: B7, 7B and 5F. RGB value is (183,123,95). Sum of RGB (Red+Green+Blue) = 183+123+95=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B5F is #4884A0. Grayscale: #898989. Windows color (decimal): -4752545 or 6257591. OLE color: 6257591.

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

Color convert

RGB18312395-
CMYK00.330.480.28
HSL19.09º37.93%54.51%-
HSV(B)19.09º48.09%71.76%-
XYZ28.6825.0614.15-
YUV137.75103.88160.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 95 (37.5% from 255) = 23.69%
R=45.64%
G=30.67%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831239500.330.480.2819.0937.9354.51
HexB77B5F021301C132637
Octal2671731370416034234667
Binary101101111111011101111101000011100001110010011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B5F; }

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

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

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

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

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

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

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

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