#B25D46

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

Shades of Tuscany #B25D46

Tints of Tuscany #B25D46

Color information

#B25D46 (or 0xB25D46) is unknown color: approx Tuscany. HEX triplet: B2, 5D and 46. RGB value is (178,93,70). Sum of RGB (Red+Green+Blue) = 178+93+70=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D46 is #4DA2B9. Grayscale: #737373. Windows color (decimal): -5087930 or 4611506. OLE color: 4611506.

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

Color convert

RGB1789370-
CMYK00.480.610.30
HSL12.78º43.55%48.63%-
HSV(B)12.78º60.67%69.8%-
XYZ23.3817.747.99-
YUV115.79102.16172.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 93 (36.72% from 255) = 27.27%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=52.20%
G=27.27%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178937000.480.610.3012.7843.5548.63
HexB25D460303D1Ed2c31
Octal2621351060607536155461
Binary10110010101110110001100110000111101111101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D46; }

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

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

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

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

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

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

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

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