#B27D65

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

Shades of Medium Wood #B27D65

Tints of Medium Wood #B27D65

Color information

#B27D65 (or 0xB27D65) is unknown color: approx Medium Wood. HEX triplet: B2, 7D and 65. RGB value is (178,125,101). Sum of RGB (Red+Green+Blue) = 178+125+101=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D65 is #4D829A. Grayscale: #8A8A8A. Windows color (decimal): -5079707 or 6651314. OLE color: 6651314.

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

Color convert

RGB178125101-
CMYK00.300.430.30
HSL18.7º33.33%54.71%-
HSV(B)18.7º43.26%69.8%-
XYZ28.0425.0715.67-
YUV138.11107.06156.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 101 (39.84% from 255) = 25%
R=44.06%
G=30.94%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812510100.300.430.3018.733.3354.71
HexB27D6501E2B1E132137
Octal2621751450365336234167
Binary10110010111110111001010111101010111111010011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D65; }

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

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

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

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

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

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

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

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