#b25f41

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

Shades of Tuscany #B25F41

Tints of Tuscany #B25F41

Color information

#B25F41 (or 0xB25F41) is unknown color: approx Tuscany. HEX triplet: B2, 5F and 41. RGB value is (178,95,65). Sum of RGB (Red+Green+Blue) = 178+95+65=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25F41 is #4DA0BE. Grayscale: #747474. Windows color (decimal): -5087423 or 4284338. OLE color: 4284338.

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

Color convert

RGB1789565-
CMYK00.470.630.30
HSL15.93º46.5%47.65%-
HSV(B)15.93º63.48%69.8%-
XYZ23.4118.037.25-
YUV116.499171.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.66%
GREEN value IS 95 (37.5% from 255) = 28.11%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=52.66%
G=28.11%
B=19.23%

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
Decimal178956500.470.630.3015.9346.547.65
HexB25F4102F3F1E102f30
Octal2621371010577736205760
Binary101100101011111100000101011111111111111010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25f41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25f41; }

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

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

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

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

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

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

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

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