#B27B65

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

Shades of Medium Wood #B27B65

Tints of Medium Wood #B27B65

Color information

#B27B65 (or 0xB27B65) is unknown color: approx Medium Wood. HEX triplet: B2, 7B and 65. RGB value is (178,123,101). Sum of RGB (Red+Green+Blue) = 178+123+101=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B65 is #4D849A. Grayscale: #898989. Windows color (decimal): -5080219 or 6650802. OLE color: 6650802.

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

Color convert

RGB178123101-
CMYK00.310.430.30
HSL17.14º33.33%54.71%-
HSV(B)17.14º43.26%69.8%-
XYZ27.7924.5715.59-
YUV136.94107.72157.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.28%
GREEN value IS 123 (48.44% from 255) = 30.60%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=44.28%
G=30.60%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812310100.310.430.3017.1433.3354.71
HexB27B6501F2B1E112137
Octal2621731450375336214167
Binary10110010111101111001010111111010111111010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B65; }

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

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

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

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

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

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

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

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