#B27D5B

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

Shades of Medium Wood #B27D5B

Tints of Medium Wood #B27D5B

Color information

#B27D5B (or 0xB27D5B) is unknown color: approx Medium Wood. HEX triplet: B2, 7D and 5B. RGB value is (178,125,91). Sum of RGB (Red+Green+Blue) = 178+125+91=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D5B is #4D82A4. Grayscale: #898989. Windows color (decimal): -5079717 or 5995954. OLE color: 5995954.

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

Color convert

RGB17812591-
CMYK00.300.490.30
HSL23.45º36.1%52.75%-
HSV(B)23.45º48.88%69.8%-
XYZ27.5824.8913.25-
YUV136.97102.06157.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 125 (49.22% from 255) = 31.73%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=45.18%
G=31.73%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781259100.300.490.3023.4536.152.75
HexB27D5B01E311E172435
Octal2621751330366136274465
Binary10110010111110110110110111101100011111010111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D5B; }

 p { color: rgb(178,125,91); }

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

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

 a { background-color: rgb(178,125,91); }

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

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

 span { border-color: rgb(178,125,91); }

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