#B27C5D

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

Shades of Medium Wood #B27C5D

Tints of Medium Wood #B27C5D

Color information

#B27C5D (or 0xB27C5D) is unknown color: approx Medium Wood. HEX triplet: B2, 7C and 5D. RGB value is (178,124,93). Sum of RGB (Red+Green+Blue) = 178+124+93=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C5D is #4D83A2. Grayscale: #888888. Windows color (decimal): -5079971 or 6126770. OLE color: 6126770.

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

Color convert

RGB17812493-
CMYK00.300.480.30
HSL21.88º35.56%53.14%-
HSV(B)21.88º47.75%69.8%-
XYZ27.5424.6713.67-
YUV136.61103.39157.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=45.06%
G=31.39%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781249300.300.480.3021.8835.5653.14
HexB27C5D01E301E162435
Octal2621741350366036264465
Binary10110010111110010111010111101100001111010110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C5D; }

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

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

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

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

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

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

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

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