#B25E47

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

Shades of Tuscany #B25E47

Tints of Tuscany #B25E47

Color information

#B25E47 (or 0xB25E47) is unknown color: approx Tuscany. HEX triplet: B2, 5E and 47. RGB value is (178,94,71). Sum of RGB (Red+Green+Blue) = 178+94+71=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E47 is #4DA1B8. Grayscale: #747474. Windows color (decimal): -5087673 or 4677298. OLE color: 4677298.

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

Color convert

RGB1789471-
CMYK00.470.600.30
HSL12.9º42.97%48.82%-
HSV(B)12.9º60.11%69.8%-
XYZ23.517.938.18-
YUV116.49102.33171.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 71 (28.12% from 255) = 20.70%
R=51.90%
G=27.41%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178947100.470.600.3012.942.9748.82
HexB25E4702F3C1Ed2b31
Octal2621361070577436155361
Binary10110010101111010001110101111111100111101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E47; }

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

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

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

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

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

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

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

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