#B25E41

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

Shades of Tuscany #B25E41

Tints of Tuscany #B25E41

Color information

#B25E41 (or 0xB25E41) is unknown color: approx Tuscany. HEX triplet: B2, 5E and 41. RGB value is (178,94,65). Sum of RGB (Red+Green+Blue) = 178+94+65=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E41 is #4DA1BE. Grayscale: #747474. Windows color (decimal): -5087679 or 4284082. OLE color: 4284082.

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

Color convert

RGB1789465-
CMYK00.470.630.30
HSL15.4º46.5%47.65%-
HSV(B)15.4º63.48%69.8%-
XYZ23.3217.857.22-
YUV115.8199.33172.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=52.82%
G=27.89%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178946500.470.630.3015.446.547.65
HexB25E4102F3F1Ef2f30
Octal2621361010577736175760
Binary10110010101111010000010101111111111111101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E41; }

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

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

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

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

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

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

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

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