#B25E45

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

Shades of Tuscany #B25E45

Tints of Tuscany #B25E45

Color information

#B25E45 (or 0xB25E45) is unknown color: approx Tuscany. HEX triplet: B2, 5E and 45. RGB value is (178,94,69). Sum of RGB (Red+Green+Blue) = 178+94+69=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E45 is #4DA1BA. Grayscale: #747474. Windows color (decimal): -5087675 or 4546226. OLE color: 4546226.

HSL color Cylindrical-coordinate representation of color #B25E45: hue angle of 13.76º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B25E45 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1789469-
CMYK00.470.610.30
HSL13.76º44.13%48.43%-
HSV(B)13.76º61.24%69.8%-
XYZ23.4417.97.85-
YUV116.27101.33172.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 69 (27.34% from 255) = 20.23%
R=52.20%
G=27.57%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178946900.470.610.3013.7644.1348.43
HexB25E4502F3D1Ee2c30
Octal2621361050577536165460
Binary10110010101111010001010101111111101111101110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E45; }

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

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

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

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

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

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

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

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