#B27F5A

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

Shades of Medium Wood #B27F5A

Tints of Medium Wood #B27F5A

Color information

#B27F5A (or 0xB27F5A) is unknown color: approx Medium Wood. HEX triplet: B2, 7F and 5A. RGB value is (178,127,90). Sum of RGB (Red+Green+Blue) = 178+127+90=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F5A is #4D80A5. Grayscale: #8A8A8A. Windows color (decimal): -5079206 or 5930930. OLE color: 5930930.

HSL color Cylindrical-coordinate representation of color #B27F5A: hue angle of 25.23º 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 #B27F5A is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB17812790-
CMYK00.290.490.30
HSL25.23º36.36%52.55%-
HSV(B)25.23º49.44%69.8%-
XYZ27.7925.3813.11-
YUV138.03100.9156.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 90 (35.55% from 255) = 22.78%
R=45.06%
G=32.15%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781279000.290.490.3025.2336.3652.55
HexB27F5A01D311E192435
Octal2621771320356136314465
Binary10110010111111110110100111011100011111011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27F5A; }

 p { color: rgb(178,127,90); }

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

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

 a { background-color: rgb(178,127,90); }

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

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

 span { border-color: rgb(178,127,90); }

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