#B27B56

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

Shades of Medium Wood #B27B56

Tints of Medium Wood #B27B56

Color information

#B27B56 (or 0xB27B56) is unknown color: approx Medium Wood. HEX triplet: B2, 7B and 56. RGB value is (178,123,86). Sum of RGB (Red+Green+Blue) = 178+123+86=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B56 is #4D84A9. Grayscale: #878787. Windows color (decimal): -5080234 or 5667762. OLE color: 5667762.

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

Color convert

RGB17812386-
CMYK00.310.520.30
HSL24.13º37.4%51.76%-
HSV(B)24.13º51.69%69.8%-
XYZ27.1224.312.07-
YUV135.23100.22158.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 86 (33.98% from 255) = 22.22%
R=45.99%
G=31.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781238600.310.520.3024.1337.451.76
HexB27B5601F341E182534
Octal2621731260376436304564
Binary10110010111101110101100111111101001111011000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B56; }

 p { color: rgb(178,123,86); }

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

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

 a { background-color: rgb(178,123,86); }

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

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

 span { border-color: rgb(178,123,86); }

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