#B7785C

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

Shades of Medium Wood #B7785C

Tints of Medium Wood #B7785C

Color information

#B7785C (or 0xB7785C) is unknown color: approx Medium Wood. HEX triplet: B7, 78 and 5C. RGB value is (183,120,92). Sum of RGB (Red+Green+Blue) = 183+120+92=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7785C is #4887A3. Grayscale: #878787. Windows color (decimal): -4753316 or 6060215. OLE color: 6060215.

HSL color Cylindrical-coordinate representation of color #B7785C: hue angle of 18.46º 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 #B7785C is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18312092-
CMYK00.340.500.28
HSL18.46º38.72%53.92%-
HSV(B)18.46º49.73%71.76%-
XYZ28.1824.2713.33-
YUV135.64103.37161.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=46.33%
G=30.38%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831209200.340.500.2818.4638.7253.92
HexB7785C022321C122736
Octal2671701340426234224766
Binary101101111111000101110001000101100101110010010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7785C; }

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

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

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

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

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

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

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

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