#b25a3f

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

Shades of Tuscany #B25A3F

Tints of Tuscany #B25A3F

Color information

#B25A3F (or 0xB25A3F) is unknown color: approx Tuscany. HEX triplet: B2, 5A and 3F. RGB value is (178,90,63). Sum of RGB (Red+Green+Blue) = 178+90+63=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A3F is #4DA5C0. Grayscale: #717171. Windows color (decimal): -5088705 or 4151986. OLE color: 4151986.

HSL color Cylindrical-coordinate representation of color #B25A3F: hue angle of 14.09º 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 #B25A3F is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB1789063-
CMYK00.490.650.30
HSL14.09º47.72%47.25%-
HSV(B)14.09º64.61%69.8%-
XYZ22.9117.146.8-
YUV113.2399.65174.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 63 (25% from 255) = 19.03%
R=53.78%
G=27.19%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178906300.490.650.3014.0947.7247.25
HexB25A3F031411Ee302f
Octal2621327706110136166057
Binary10110010101101011111101100011000001111101110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25a3f; }

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

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

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

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

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

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

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

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