#B78266

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

Shades of Medium Wood #B78266

Tints of Medium Wood #B78266

Color information

#B78266 (or 0xB78266) is unknown color: approx Medium Wood. HEX triplet: B7, 82 and 66. RGB value is (183,130,102). Sum of RGB (Red+Green+Blue) = 183+130+102=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B78266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78266 is #487D99. Grayscale: #8E8E8E. Windows color (decimal): -4750746 or 6718135. OLE color: 6718135.

HSL color Cylindrical-coordinate representation of color #B78266: hue angle of 20.74º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78266 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183130102-
CMYK00.290.440.28
HSL20.74º36%55.88%-
HSV(B)20.74º44.26%71.76%-
XYZ29.9126.9916.2-
YUV142.65105.06156.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 102 (40.23% from 255) = 24.58%
R=44.10%
G=31.33%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313010200.290.440.2820.743655.88
HexB7826601D2C1C152438
Octal2672021460355434254470
Binary101101111000001011001100111011011001110010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78266; }

 p { color: rgb(183,130,102); }

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

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

 a { background-color: rgb(183,130,102); }

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

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

 span { border-color: rgb(183,130,102); }

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