#B07B5A

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

Shades of Medium Wood #B07B5A

Tints of Medium Wood #B07B5A

Color information

#B07B5A (or 0xB07B5A) is unknown color: approx Medium Wood. HEX triplet: B0, 7B and 5A. RGB value is (176,123,90). Sum of RGB (Red+Green+Blue) = 176+123+90=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B5A is #4F84A5. Grayscale: #878787. Windows color (decimal): -5211302 or 5929904. OLE color: 5929904.

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

Color convert

RGB17612390-
CMYK00.300.490.31
HSL23.02º35.25%52.16%-
HSV(B)23.02º48.86%69.02%-
XYZ26.8324.1312.92-
YUV135.08102.56157.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=45.24%
G=31.62%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761239000.300.490.3123.0235.2552.16
HexB07B5A01E311F172334
Octal2601731320366137274364
Binary10110000111101110110100111101100011111110111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B5A; }

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

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

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

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

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

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

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

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