#B27E61

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

Shades of Medium Wood #B27E61

Tints of Medium Wood #B27E61

Color information

#B27E61 (or 0xB27E61) is unknown color: approx Medium Wood. HEX triplet: B2, 7E and 61. RGB value is (178,126,97). Sum of RGB (Red+Green+Blue) = 178+126+97=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E61 is #4D819E. Grayscale: #8A8A8A. Windows color (decimal): -5079455 or 6389426. OLE color: 6389426.

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

Color convert

RGB17812697-
CMYK00.290.460.30
HSL21.48º34.47%53.92%-
HSV(B)21.48º45.51%69.8%-
XYZ27.9825.2514.71-
YUV138.24104.73156.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=44.39%
G=31.42%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781269700.290.460.3021.4834.4753.92
HexB27E6101D2E1E152236
Octal2621761410355636254266
Binary10110010111111011000010111011011101111010101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E61; }

 p { color: rgb(178,126,97); }

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

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

 a { background-color: rgb(178,126,97); }

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

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

 span { border-color: rgb(178,126,97); }

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