#B7785F

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

Shades of Medium Wood #B7785F

Tints of Medium Wood #B7785F

Color information

#B7785F (or 0xB7785F) is unknown color: approx Medium Wood. HEX triplet: B7, 78 and 5F. RGB value is (183,120,95). Sum of RGB (Red+Green+Blue) = 183+120+95=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7785F is #4887A0. Grayscale: #888888. Windows color (decimal): -4753313 or 6256823. OLE color: 6256823.

HSL color Cylindrical-coordinate representation of color #B7785F: hue angle of 17.05º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7785F is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18312095-
CMYK00.340.480.28
HSL17.05º37.93%54.51%-
HSV(B)17.05º48.09%71.76%-
XYZ28.3124.3314.03-
YUV135.99104.87161.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=45.98%
G=30.15%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831209500.340.480.2817.0537.9354.51
HexB7785F022301C112637
Octal2671701370426034214667
Binary101101111111000101111101000101100001110010001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7785F; }

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

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

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

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

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

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

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

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