#B27A56

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

Shades of Medium Wood #B27A56

Tints of Medium Wood #B27A56

Color information

#B27A56 (or 0xB27A56) is unknown color: approx Medium Wood. HEX triplet: B2, 7A and 56. RGB value is (178,122,86). Sum of RGB (Red+Green+Blue) = 178+122+86=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27A56 is #4D85A9. Grayscale: #868686. Windows color (decimal): -5080490 or 5667506. OLE color: 5667506.

HSL color Cylindrical-coordinate representation of color #B27A56: hue angle of 23.48º degrees, saturation: 0.37, 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 #B27A56 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17812286-
CMYK00.310.520.30
HSL23.48º37.4%51.76%-
HSV(B)23.48º51.69%69.8%-
XYZ2724.0612.02-
YUV134.64100.55158.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.11%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 86 (33.98% from 255) = 22.28%
R=46.11%
G=31.61%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781228600.310.520.3023.4837.451.76
HexB27A5601F341E172534
Octal2621721260376436274564
Binary10110010111101010101100111111101001111010111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27A56; }

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

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

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

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

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

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

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

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