#B07A61

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

Shades of Medium Wood #B07A61

Tints of Medium Wood #B07A61

Color information

#B07A61 (or 0xB07A61) is unknown color: approx Medium Wood. HEX triplet: B0, 7A and 61. RGB value is (176,122,97). Sum of RGB (Red+Green+Blue) = 176+122+97=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A61 is #4F859E. Grayscale: #878787. Windows color (decimal): -5211551 or 6388400. OLE color: 6388400.

HSL color Cylindrical-coordinate representation of color #B07A61: hue angle of 18.99º 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 #B07A61 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17612297-
CMYK00.310.450.31
HSL18.99º33.33%53.53%-
HSV(B)18.99º44.89%69.02%-
XYZ27.0224.0114.52-
YUV135.3106.39157.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=44.56%
G=30.89%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761229700.310.450.3118.9933.3353.53
HexB07A6101F2D1F132136
Octal2601721410375537234166
Binary10110000111101011000010111111011011111110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A61; }

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

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

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

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

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

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

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

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