#B8785C

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

Shades of Medium Wood #B8785C

Tints of Medium Wood #B8785C

Color information

#B8785C (or 0xB8785C) is unknown color: approx Medium Wood. HEX triplet: B8, 78 and 5C. RGB value is (184,120,92). Sum of RGB (Red+Green+Blue) = 184+120+92=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8785C is #4787A3. Grayscale: #888888. Windows color (decimal): -4687780 or 6060216. OLE color: 6060216.

HSL color Cylindrical-coordinate representation of color #B8785C: hue angle of 18.26º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8785C is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18412092-
CMYK00.350.500.28
HSL18.26º39.32%54.12%-
HSV(B)18.26º50%72.16%-
XYZ28.4224.413.34-
YUV135.94103.2162.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=46.46%
G=30.30%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841209200.350.500.2818.2639.3254.12
HexB8785C023321C122736
Octal2701701340436234224766
Binary101110001111000101110001000111100101110010010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8785C; }

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

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

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

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

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

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

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

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