#B27B63

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

Shades of Medium Wood #B27B63

Tints of Medium Wood #B27B63

Color information

#B27B63 (or 0xB27B63) is unknown color: approx Medium Wood. HEX triplet: B2, 7B and 63. RGB value is (178,123,99). Sum of RGB (Red+Green+Blue) = 178+123+99=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B63 is #4D849C. Grayscale: #888888. Windows color (decimal): -5080221 or 6519730. OLE color: 6519730.

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

Color convert

RGB17812399-
CMYK00.310.440.30
HSL18.23º33.91%54.31%-
HSV(B)18.23º44.38%69.8%-
XYZ27.724.5315.08-
YUV136.71106.72157.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 99 (39.06% from 255) = 24.75%
R=44.5%
G=30.75%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781239900.310.440.3018.2333.9154.31
HexB27B6301F2C1E122236
Octal2621731430375436224266
Binary10110010111101111000110111111011001111010010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B63; }

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

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

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

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

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

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

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

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