#B25C3B

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

Shades of Tuscany #B25C3B

Tints of Tuscany #B25C3B

Color information

#B25C3B (or 0xB25C3B) is unknown color: approx Tuscany. HEX triplet: B2, 5C and 3B. RGB value is (178,92,59). Sum of RGB (Red+Green+Blue) = 178+92+59=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C3B is #4DA3C4. Grayscale: #727272. Windows color (decimal): -5088197 or 3890354. OLE color: 3890354.

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

Color convert

RGB1789259-
CMYK00.480.670.30
HSL16.64º50.21%46.47%-
HSV(B)16.64º66.85%69.8%-
XYZ22.9817.446.29-
YUV113.9596.99173.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.10%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 59 (23.44% from 255) = 17.93%
R=54.10%
G=27.96%
B=17.93%

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
Decimal178925900.480.670.3016.6450.2146.47
HexB25C3B030431E11322e
Octal2621347306010336216256
Binary101100101011100111011011000010000111111010001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25C3B; }

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

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

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

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

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

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

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

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