#B77A5D

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

Shades of Medium Wood #B77A5D

Tints of Medium Wood #B77A5D

Color information

#B77A5D (or 0xB77A5D) is unknown color: approx Medium Wood. HEX triplet: B7, 7A and 5D. RGB value is (183,122,93). Sum of RGB (Red+Green+Blue) = 183+122+93=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A5D is #4885A2. Grayscale: #898989. Windows color (decimal): -4752803 or 6126263. OLE color: 6126263.

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

Color convert

RGB18312293-
CMYK00.330.490.28
HSL19.33º38.46%54.12%-
HSV(B)19.33º49.18%71.76%-
XYZ28.4624.7813.64-
YUV136.93103.21160.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=45.98%
G=30.65%
B=23.37%

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
Decimal1831229300.330.490.2819.3338.4654.12
HexB77A5D021311C132636
Octal2671721350416134234666
Binary101101111111010101110101000011100011110010011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A5D; }

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

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

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

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

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

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

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

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