#B27E5B

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

Shades of Medium Wood #B27E5B

Tints of Medium Wood #B27E5B

Color information

#B27E5B (or 0xB27E5B) is unknown color: approx Medium Wood. HEX triplet: B2, 7E and 5B. RGB value is (178,126,91). Sum of RGB (Red+Green+Blue) = 178+126+91=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E5B is #4D81A4. Grayscale: #898989. Windows color (decimal): -5079461 or 5996210. OLE color: 5996210.

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

Color convert

RGB17812691-
CMYK00.290.490.30
HSL24.14º36.1%52.75%-
HSV(B)24.14º48.88%69.8%-
XYZ27.7125.1413.29-
YUV137.56101.73156.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=45.06%
G=31.90%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781269100.290.490.3024.1436.152.75
HexB27E5B01D311E182435
Octal2621761330356136304465
Binary10110010111111010110110111011100011111011000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E5B; }

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

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

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

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

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

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

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

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