#B05E47

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

Shades of Tuscany #B05E47

Tints of Tuscany #B05E47

Color information

#B05E47 (or 0xB05E47) is unknown color: approx Tuscany. HEX triplet: B0, 5E and 47. RGB value is (176,94,71). Sum of RGB (Red+Green+Blue) = 176+94+71=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E47 is #4FA1B8. Grayscale: #747474. Windows color (decimal): -5218745 or 4677296. OLE color: 4677296.

HSL color Cylindrical-coordinate representation of color #B05E47: hue angle of 13.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B05E47 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1769471-
CMYK00.470.600.31
HSL13.14º42.51%48.43%-
HSV(B)13.14º59.66%69.02%-
XYZ23.0417.698.16-
YUV115.9102.67170.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 71 (28.12% from 255) = 20.82%
R=51.61%
G=27.57%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176947100.470.600.3113.1442.5148.43
HexB05E4702F3C1Fd2b30
Octal2601361070577437155360
Binary10110000101111010001110101111111100111111101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05E47; }

 p { color: rgb(176,94,71); }

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

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

 a { background-color: rgb(176,94,71); }

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

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

 span { border-color: rgb(176,94,71); }

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