#B25D3F

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

Shades of Tuscany #B25D3F

Tints of Tuscany #B25D3F

Color information

#B25D3F (or 0xB25D3F) is unknown color: approx Tuscany. HEX triplet: B2, 5D and 3F. RGB value is (178,93,63). Sum of RGB (Red+Green+Blue) = 178+93+63=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D3F is #4DA2C0. Grayscale: #737373. Windows color (decimal): -5087937 or 4152754. OLE color: 4152754.

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

Color convert

RGB1789363-
CMYK00.480.650.30
HSL15.65º47.72%47.25%-
HSV(B)15.65º64.61%69.8%-
XYZ23.1717.656.89-
YUV114.9998.66172.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 93 (36.72% from 255) = 27.84%
BLUE value IS 63 (25% from 255) = 18.86%
R=53.29%
G=27.84%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178936300.480.650.3015.6547.7247.25
HexB25D3F030411E10302f
Octal2621357706010136206057
Binary101100101011101111111011000010000011111010000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D3F; }

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

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

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

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

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

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

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

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