#B07B5D

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

Shades of Medium Wood #B07B5D

Tints of Medium Wood #B07B5D

Color information

#B07B5D (or 0xB07B5D) is unknown color: approx Medium Wood. HEX triplet: B0, 7B and 5D. RGB value is (176,123,93). Sum of RGB (Red+Green+Blue) = 176+123+93=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B5D is #4F84A2. Grayscale: #878787. Windows color (decimal): -5211299 or 6126512. OLE color: 6126512.

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

Color convert

RGB17612393-
CMYK00.300.470.31
HSL21.69º34.44%52.75%-
HSV(B)21.69º47.16%69.02%-
XYZ26.9624.1913.6-
YUV135.43104.06156.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 93 (36.72% from 255) = 23.72%
R=44.90%
G=31.38%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761239300.300.470.3121.6934.4452.75
HexB07B5D01E2F1F162235
Octal2601731350365737264265
Binary10110000111101110111010111101011111111110110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B5D; }

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

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

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

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

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

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

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

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