#B25B45

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

Shades of Tuscany #B25B45

Tints of Tuscany #B25B45

Color information

#B25B45 (or 0xB25B45) is unknown color: approx Tuscany. HEX triplet: B2, 5B and 45. RGB value is (178,91,69). Sum of RGB (Red+Green+Blue) = 178+91+69=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B45 is #4DA4BA. Grayscale: #727272. Windows color (decimal): -5088443 or 4545458. OLE color: 4545458.

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

Color convert

RGB1789169-
CMYK00.490.610.30
HSL12.11º44.13%48.43%-
HSV(B)12.11º61.24%69.8%-
XYZ23.1817.387.76-
YUV114.5102.32173.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.66%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 69 (27.34% from 255) = 20.41%
R=52.66%
G=26.92%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178916900.490.610.3012.1144.1348.43
HexB25B450313D1Ec2c30
Octal2621331050617536145460
Binary10110010101101110001010110001111101111101100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B45; }

 p { color: rgb(178,91,69); }

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

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

 a { background-color: rgb(178,91,69); }

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

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

 span { border-color: rgb(178,91,69); }

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