#B25A43

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

Shades of Tuscany #B25A43

Tints of Tuscany #B25A43

Color information

#B25A43 (or 0xB25A43) is unknown color: approx Tuscany. HEX triplet: B2, 5A and 43. RGB value is (178,90,67). Sum of RGB (Red+Green+Blue) = 178+90+67=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A43 is #4DA5BC. Grayscale: #717171. Windows color (decimal): -5088701 or 4414130. OLE color: 4414130.

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

Color convert

RGB1789067-
CMYK00.490.620.30
HSL12.43º45.31%48.04%-
HSV(B)12.43º62.36%69.8%-
XYZ23.0317.187.41-
YUV113.69101.65173.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 67 (26.56% from 255) = 20%
R=53.13%
G=26.87%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178906700.490.620.3012.4345.3148.04
HexB25A430313E1Ec2d30
Octal2621321030617636145560
Binary10110010101101010000110110001111110111101100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25A43; }

 p { color: rgb(178,90,67); }

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

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

 a { background-color: rgb(178,90,67); }

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

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

 span { border-color: rgb(178,90,67); }

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