#B27F69

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

Shades of Medium Wood #B27F69

Tints of Medium Wood #B27F69

Color information

#B27F69 (or 0xB27F69) is unknown color: approx Medium Wood. HEX triplet: B2, 7F and 69. RGB value is (178,127,105). Sum of RGB (Red+Green+Blue) = 178+127+105=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F69 is #4D8096. Grayscale: #8B8B8B. Windows color (decimal): -5079191 or 6913970. OLE color: 6913970.

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

Color convert

RGB178127105-
CMYK00.290.410.30
HSL18.08º32.16%55.49%-
HSV(B)18.08º41.01%69.8%-
XYZ28.525.6616.82-
YUV139.74108.4155.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 105 (41.41% from 255) = 25.61%
R=43.41%
G=30.98%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812710500.290.410.3018.0832.1655.49
HexB27F6901D291E122037
Octal2621771510355136224067
Binary10110010111111111010010111011010011111010010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27F69; }

 p { color: rgb(178,127,105); }

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

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

 a { background-color: rgb(178,127,105); }

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

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

 span { border-color: rgb(178,127,105); }

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