#B25D41

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

Shades of Tuscany #B25D41

Tints of Tuscany #B25D41

Color information

#B25D41 (or 0xB25D41) is unknown color: approx Tuscany. HEX triplet: B2, 5D and 41. RGB value is (178,93,65). Sum of RGB (Red+Green+Blue) = 178+93+65=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D41 is #4DA2BE. Grayscale: #737373. Windows color (decimal): -5087935 or 4283826. OLE color: 4283826.

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

Color convert

RGB1789365-
CMYK00.480.630.30
HSL14.87º46.5%47.65%-
HSV(B)14.87º63.48%69.8%-
XYZ23.2317.687.19-
YUV115.2299.66172.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=52.98%
G=27.68%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178936500.480.630.3014.8746.547.65
HexB25D410303F1Ef2f30
Octal2621351010607736175760
Binary10110010101110110000010110000111111111101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D41; }

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

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

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

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

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

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

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

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