#B27D68

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

Shades of Medium Wood #B27D68

Tints of Medium Wood #B27D68

Color information

#B27D68 (or 0xB27D68) is unknown color: approx Medium Wood. HEX triplet: B2, 7D and 68. RGB value is (178,125,104). Sum of RGB (Red+Green+Blue) = 178+125+104=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D68 is #4D8297. Grayscale: #8A8A8A. Windows color (decimal): -5079704 or 6847922. OLE color: 6847922.

HSL color Cylindrical-coordinate representation of color #B27D68: hue angle of 17.03º degrees, saturation: 0.32, 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 #B27D68 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB178125104-
CMYK00.300.420.30
HSL17.03º32.46%55.29%-
HSV(B)17.03º41.57%69.8%-
XYZ28.1925.1316.46-
YUV138.45108.56156.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 125 (49.22% from 255) = 30.71%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=43.73%
G=30.71%
B=25.55%

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
Decimal17812510400.300.420.3017.0332.4655.29
HexB27D6801E2A1E112037
Octal2621751500365236214067
Binary10110010111110111010000111101010101111010001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D68; }

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

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

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

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

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

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

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

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