#B27A57

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

Shades of Medium Wood #B27A57

Tints of Medium Wood #B27A57

Color information

#B27A57 (or 0xB27A57) is unknown color: approx Medium Wood. HEX triplet: B2, 7A and 57. RGB value is (178,122,87). Sum of RGB (Red+Green+Blue) = 178+122+87=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A57 is #4D85A8. Grayscale: #868686. Windows color (decimal): -5080489 or 5733042. OLE color: 5733042.

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

Color convert

RGB17812287-
CMYK00.310.510.30
HSL23.08º37.14%51.96%-
HSV(B)23.08º51.12%69.8%-
XYZ27.0424.0712.24-
YUV134.75101.05158.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 122 (48.05% from 255) = 31.52%
BLUE value IS 87 (34.38% from 255) = 22.48%
R=45.99%
G=31.52%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781228700.310.510.3023.0837.1451.96
HexB27A5701F331E172534
Octal2621721270376336274564
Binary10110010111101010101110111111100111111010111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27A57; }

 p { color: rgb(178,122,87); }

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

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

 a { background-color: rgb(178,122,87); }

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

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

 span { border-color: rgb(178,122,87); }

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