#B25D3B

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

Shades of Tuscany #B25D3B

Tints of Tuscany #B25D3B

Color information

#B25D3B (or 0xB25D3B) is unknown color: approx Tuscany. HEX triplet: B2, 5D and 3B. RGB value is (178,93,59). Sum of RGB (Red+Green+Blue) = 178+93+59=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D3B is #4DA2C4. Grayscale: #727272. Windows color (decimal): -5087941 or 3890610. OLE color: 3890610.

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

Color convert

RGB1789359-
CMYK00.480.670.30
HSL17.14º50.21%46.47%-
HSV(B)17.14º66.85%69.8%-
XYZ23.0617.616.32-
YUV114.5496.66173.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=53.94%
G=28.18%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178935900.480.670.3017.1450.2146.47
HexB25D3B030431E11322e
Octal2621357306010336216256
Binary101100101011101111011011000010000111111010001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D3B; }

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

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

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

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

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

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

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

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