#B07A54

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

Shades of Medium Wood #B07A54

Tints of Medium Wood #B07A54

Color information

#B07A54 (or 0xB07A54) is unknown color: approx Medium Wood. HEX triplet: B0, 7A and 54. RGB value is (176,122,84). Sum of RGB (Red+Green+Blue) = 176+122+84=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A54 is #4F85AB. Grayscale: #868686. Windows color (decimal): -5211564 or 5536432. OLE color: 5536432.

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

Color convert

RGB17612284-
CMYK00.310.520.31
HSL24.78º36.8%50.98%-
HSV(B)24.78º52.27%69.02%-
XYZ26.4623.7911.58-
YUV133.8199.89158.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 84 (33.20% from 255) = 21.99%
R=46.07%
G=31.94%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761228400.310.520.3124.7836.850.98
HexB07A5401F341F192533
Octal2601721240376437314563
Binary10110000111101010101000111111101001111111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A54; }

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

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

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

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

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

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

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

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