#B27C5E

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

Shades of Medium Wood #B27C5E

Tints of Medium Wood #B27C5E

Color information

#B27C5E (or 0xB27C5E) is unknown color: approx Medium Wood. HEX triplet: B2, 7C and 5E. RGB value is (178,124,94). Sum of RGB (Red+Green+Blue) = 178+124+94=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C5E is #4D83A1. Grayscale: #888888. Windows color (decimal): -5079970 or 6192306. OLE color: 6192306.

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

Color convert

RGB17812494-
CMYK00.300.470.30
HSL21.43º35.29%53.33%-
HSV(B)21.43º47.19%69.8%-
XYZ27.5924.6913.9-
YUV136.73103.89157.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 94 (37.11% from 255) = 23.74%
R=44.95%
G=31.31%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781249400.300.470.3021.4335.2953.33
HexB27C5E01E2F1E152335
Octal2621741360365736254365
Binary10110010111110010111100111101011111111010101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C5E; }

 p { color: rgb(178,124,94); }

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

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

 a { background-color: rgb(178,124,94); }

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

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

 span { border-color: rgb(178,124,94); }

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