#B4785C

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

Shades of Medium Wood #B4785C

Tints of Medium Wood #B4785C

Color information

#B4785C (or 0xB4785C) is unknown color: approx Medium Wood. HEX triplet: B4, 78 and 5C. RGB value is (180,120,92). Sum of RGB (Red+Green+Blue) = 180+120+92=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4785C is #4B87A3. Grayscale: #868686. Windows color (decimal): -4949924 or 6060212. OLE color: 6060212.

HSL color Cylindrical-coordinate representation of color #B4785C: hue angle of 19.09º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4785C is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18012092-
CMYK00.330.490.29
HSL19.09º36.97%53.33%-
HSV(B)19.09º48.89%70.59%-
XYZ27.4723.9113.29-
YUV134.75103.88160.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 92 (36.33% from 255) = 23.47%
R=45.92%
G=30.61%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801209200.330.490.2919.0936.9753.33
HexB4785C021311D132535
Octal2641701340416135234565
Binary101101001111000101110001000011100011110110011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4785C; }

 p { color: rgb(180,120,92); }

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

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

 a { background-color: rgb(180,120,92); }

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

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

 span { border-color: rgb(180,120,92); }

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