#B25B41

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

Shades of Tuscany #B25B41

Tints of Tuscany #B25B41

Color information

#B25B41 (or 0xB25B41) is unknown color: approx Tuscany. HEX triplet: B2, 5B and 41. RGB value is (178,91,65). Sum of RGB (Red+Green+Blue) = 178+91+65=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B41 is #4DA4BE. Grayscale: #727272. Windows color (decimal): -5088447 or 4283314. OLE color: 4283314.

HSL color Cylindrical-coordinate representation of color #B25B41: hue angle of 13.81º 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 #B25B41 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1789165-
CMYK00.490.630.30
HSL13.81º46.5%47.65%-
HSV(B)13.81º63.48%69.8%-
XYZ23.0617.337.13-
YUV114.05100.32173.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 65 (25.78% from 255) = 19.46%
R=53.29%
G=27.25%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178916500.490.630.3013.8146.547.65
HexB25B410313F1Ee2f30
Octal2621331010617736165760
Binary10110010101101110000010110001111111111101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B41; }

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

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

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

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

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

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

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

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