#B27C63

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

Shades of Medium Wood #B27C63

Tints of Medium Wood #B27C63

Color information

#B27C63 (or 0xB27C63) is unknown color: approx Medium Wood. HEX triplet: B2, 7C and 63. RGB value is (178,124,99). Sum of RGB (Red+Green+Blue) = 178+124+99=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C63 is #4D839C. Grayscale: #898989. Windows color (decimal): -5079965 or 6519986. OLE color: 6519986.

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

Color convert

RGB17812499-
CMYK00.300.440.30
HSL18.99º33.91%54.31%-
HSV(B)18.99º44.38%69.8%-
XYZ27.8224.7815.12-
YUV137.3106.39157.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=44.39%
G=30.92%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781249900.300.440.3018.9933.9154.31
HexB27C6301E2C1E132236
Octal2621741430365436234266
Binary10110010111110011000110111101011001111010011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C63; }

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

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

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

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

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

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

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

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