#B27E58

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

Shades of Medium Wood #B27E58

Tints of Medium Wood #B27E58

Color information

#B27E58 (or 0xB27E58) is unknown color: approx Medium Wood. HEX triplet: B2, 7E and 58. RGB value is (178,126,88). Sum of RGB (Red+Green+Blue) = 178+126+88=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E58 is #4D81A7. Grayscale: #898989. Windows color (decimal): -5079464 or 5799602. OLE color: 5799602.

HSL color Cylindrical-coordinate representation of color #B27E58: hue angle of 25.33º 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 #B27E58 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB17812688-
CMYK00.290.510.30
HSL25.33º36.89%52.16%-
HSV(B)25.33º50.56%69.8%-
XYZ27.5825.0912.62-
YUV137.22100.23157.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=45.41%
G=32.14%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781268800.290.510.3025.3336.8952.16
HexB27E5801D331E192534
Octal2621761300356336314564
Binary10110010111111010110000111011100111111011001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E58; }

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

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

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

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

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

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

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

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