#B27D67

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

Shades of Medium Wood #B27D67

Tints of Medium Wood #B27D67

Color information

#B27D67 (or 0xB27D67) is unknown color: approx Medium Wood. HEX triplet: B2, 7D and 67. RGB value is (178,125,103). Sum of RGB (Red+Green+Blue) = 178+125+103=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D67 is #4D8298. Grayscale: #8A8A8A. Windows color (decimal): -5079705 or 6782386. OLE color: 6782386.

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

Color convert

RGB178125103-
CMYK00.300.420.30
HSL17.6º32.75%55.1%-
HSV(B)17.6º42.13%69.8%-
XYZ28.1425.1116.2-
YUV138.34108.06156.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 125 (49.22% from 255) = 30.79%
BLUE value IS 103 (40.62% from 255) = 25.37%
R=43.84%
G=30.79%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812510300.300.420.3017.632.7555.1
HexB27D6701E2A1E122137
Octal2621751470365236224167
Binary10110010111110111001110111101010101111010010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D67; }

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

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

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

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

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

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

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

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