#B07B60

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

Shades of Medium Wood #B07B60

Tints of Medium Wood #B07B60

Color information

#B07B60 (or 0xB07B60) is unknown color: approx Medium Wood. HEX triplet: B0, 7B and 60. RGB value is (176,123,96). Sum of RGB (Red+Green+Blue) = 176+123+96=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B60 is #4F849F. Grayscale: #878787. Windows color (decimal): -5211296 or 6323120. OLE color: 6323120.

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

Color convert

RGB17612396-
CMYK00.300.450.31
HSL20.25º33.61%53.33%-
HSV(B)20.25º45.45%69.02%-
XYZ27.124.2414.32-
YUV135.77105.56156.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=44.56%
G=31.14%
B=24.30%

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
Decimal1761239600.300.450.3120.2533.6153.33
HexB07B6001E2D1F142235
Octal2601731400365537244265
Binary10110000111101111000000111101011011111110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B60; }

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

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

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

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

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

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

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

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