#B27D5D

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

Shades of Medium Wood #B27D5D

Tints of Medium Wood #B27D5D

Color information

#B27D5D (or 0xB27D5D) is unknown color: approx Medium Wood. HEX triplet: B2, 7D and 5D. RGB value is (178,125,93). Sum of RGB (Red+Green+Blue) = 178+125+93=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D5D is #4D82A2. Grayscale: #898989. Windows color (decimal): -5079715 or 6127026. OLE color: 6127026.

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

Color convert

RGB17812593-
CMYK00.300.480.30
HSL22.59º35.56%53.14%-
HSV(B)22.59º47.75%69.8%-
XYZ27.6724.9213.71-
YUV137.2103.06157.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=44.95%
G=31.57%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781259300.300.480.3022.5935.5653.14
HexB27D5D01E301E172435
Octal2621751350366036274465
Binary10110010111110110111010111101100001111010111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D5D; }

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

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

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

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

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

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

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

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