#B07C61

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

Shades of Medium Wood #B07C61

Tints of Medium Wood #B07C61

Color information

#B07C61 (or 0xB07C61) is unknown color: approx Medium Wood. HEX triplet: B0, 7C and 61. RGB value is (176,124,97). Sum of RGB (Red+Green+Blue) = 176+124+97=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C61 is #4F839E. Grayscale: #888888. Windows color (decimal): -5211039 or 6388912. OLE color: 6388912.

HSL color Cylindrical-coordinate representation of color #B07C61: hue angle of 20.51º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B07C61 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17612497-
CMYK00.300.450.31
HSL20.51º33.33%53.53%-
HSV(B)20.51º44.89%69.02%-
XYZ27.2724.5114.6-
YUV136.47105.73156.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 124 (48.83% from 255) = 31.23%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=44.33%
G=31.23%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761249700.300.450.3120.5133.3353.53
HexB07C6101E2D1F152136
Octal2601741410365537254166
Binary10110000111110011000010111101011011111110101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C61; }

 p { color: rgb(176,124,97); }

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

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

 a { background-color: rgb(176,124,97); }

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

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

 span { border-color: rgb(176,124,97); }

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