#B77A5A

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

Shades of Medium Wood #B77A5A

Tints of Medium Wood #B77A5A

Color information

#B77A5A (or 0xB77A5A) is unknown color: approx Medium Wood. HEX triplet: B7, 7A and 5A. RGB value is (183,122,90). Sum of RGB (Red+Green+Blue) = 183+122+90=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A5A is #4885A5. Grayscale: #888888. Windows color (decimal): -4752806 or 5929655. OLE color: 5929655.

HSL color Cylindrical-coordinate representation of color #B77A5A: hue angle of 20.65º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B77A5A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18312290-
CMYK00.330.510.28
HSL20.65º39.24%53.53%-
HSV(B)20.65º50.82%71.76%-
XYZ28.3324.7212.95-
YUV136.59101.71161.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=46.33%
G=30.89%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831229000.330.510.2820.6539.2453.53
HexB77A5A021331C152736
Octal2671721320416334254766
Binary101101111111010101101001000011100111110010101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A5A; }

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

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

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

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

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

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

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

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