#B07B61

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

Shades of Medium Wood #B07B61

Tints of Medium Wood #B07B61

Color information

#B07B61 (or 0xB07B61) is unknown color: approx Medium Wood. HEX triplet: B0, 7B and 61. RGB value is (176,123,97). Sum of RGB (Red+Green+Blue) = 176+123+97=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B61 is #4F849E. Grayscale: #888888. Windows color (decimal): -5211295 or 6388656. OLE color: 6388656.

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

Color convert

RGB17612397-
CMYK00.300.450.31
HSL19.75º33.33%53.53%-
HSV(B)19.75º44.89%69.02%-
XYZ27.1524.2614.56-
YUV135.88106.06156.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=44.44%
G=31.06%
B=24.49%

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
Decimal1761239700.300.450.3119.7533.3353.53
HexB07B6101E2D1F142136
Octal2601731410365537244166
Binary10110000111101111000010111101011011111110100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B61; }

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

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

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

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

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

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

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

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