#B27E67

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

Shades of Medium Wood #B27E67

Tints of Medium Wood #B27E67

Color information

#B27E67 (or 0xB27E67) is unknown color: approx Medium Wood. HEX triplet: B2, 7E and 67. RGB value is (178,126,103). Sum of RGB (Red+Green+Blue) = 178+126+103=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E67 is #4D8198. Grayscale: #8B8B8B. Windows color (decimal): -5079449 or 6782642. OLE color: 6782642.

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

Color convert

RGB178126103-
CMYK00.290.420.30
HSL18.4º32.75%55.1%-
HSV(B)18.4º42.13%69.8%-
XYZ28.2725.3716.24-
YUV138.93107.73155.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=43.73%
G=30.96%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812610300.290.420.3018.432.7555.1
HexB27E6701D2A1E122137
Octal2621761470355236224167
Binary10110010111111011001110111011010101111010010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E67; }

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

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

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

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

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

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

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

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