#B27C55

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

Shades of Medium Wood #B27C55

Tints of Medium Wood #B27C55

Color information

#B27C55 (or 0xB27C55) is unknown color: approx Medium Wood. HEX triplet: B2, 7C and 55. RGB value is (178,124,85). Sum of RGB (Red+Green+Blue) = 178+124+85=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C55 is #4D83AA. Grayscale: #878787. Windows color (decimal): -5079979 or 5602482. OLE color: 5602482.

HSL color Cylindrical-coordinate representation of color #B27C55: hue angle of 25.16º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B27C55 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17812485-
CMYK00.300.520.30
HSL25.16º37.65%51.57%-
HSV(B)25.16º52.25%69.8%-
XYZ27.2124.5411.9-
YUV135.799.39158.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=45.99%
G=32.04%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781248500.300.520.3025.1637.6551.57
HexB27C5501E341E192634
Octal2621741250366436314664
Binary10110010111110010101010111101101001111011001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C55; }

 p { color: rgb(178,124,85); }

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

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

 a { background-color: rgb(178,124,85); }

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

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

 span { border-color: rgb(178,124,85); }

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