#B07F5B

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

Shades of Medium Wood #B07F5B

Tints of Medium Wood #B07F5B

Color information

#B07F5B (or 0xB07F5B) is unknown color: approx Medium Wood. HEX triplet: B0, 7F and 5B. RGB value is (176,127,91). Sum of RGB (Red+Green+Blue) = 176+127+91=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F5B is #4F80A4. Grayscale: #898989. Windows color (decimal): -5210277 or 5996464. OLE color: 5996464.

HSL color Cylindrical-coordinate representation of color #B07F5B: hue angle of 25.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B07F5B is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17612791-
CMYK00.280.480.31
HSL25.41º34.98%52.35%-
HSV(B)25.41º48.3%69.02%-
XYZ27.3825.1613.31-
YUV137.55101.73155.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.67%
GREEN value IS 127 (50% from 255) = 32.23%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=44.67%
G=32.23%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761279100.280.480.3125.4134.9852.35
HexB07F5B01C301F192334
Octal2601771330346037314364
Binary10110000111111110110110111001100001111111001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F5B; }

 p { color: rgb(176,127,91); }

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

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

 a { background-color: rgb(176,127,91); }

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

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

 span { border-color: rgb(176,127,91); }

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