#B0785E

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

Shades of Medium Wood #B0785E

Tints of Medium Wood #B0785E

Color information

#B0785E (or 0xB0785E) is unknown color: approx Medium Wood. HEX triplet: B0, 78 and 5E. RGB value is (176,120,94). Sum of RGB (Red+Green+Blue) = 176+120+94=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0785E is #4F87A1. Grayscale: #858585. Windows color (decimal): -5212066 or 6191280. OLE color: 6191280.

HSL color Cylindrical-coordinate representation of color #B0785E: hue angle of 19.02º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0785E is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17612094-
CMYK00.320.470.31
HSL19.02º34.17%52.94%-
HSV(B)19.02º46.59%69.02%-
XYZ26.6423.4713.72-
YUV133.78105.55158.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 94 (37.11% from 255) = 24.10%
R=45.13%
G=30.77%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761209400.320.470.3119.0234.1752.94
HexB0785E0202F1F132235
Octal2601701360405737234265
Binary101100001111000101111001000001011111111110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0785E; }

 p { color: rgb(176,120,94); }

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

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

 a { background-color: rgb(176,120,94); }

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

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

 span { border-color: rgb(176,120,94); }

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