#B25B3E

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

Shades of Tuscany #B25B3E

Tints of Tuscany #B25B3E

Color information

#B25B3E (or 0xB25B3E) is unknown color: approx Tuscany. HEX triplet: B2, 5B and 3E. RGB value is (178,91,62). Sum of RGB (Red+Green+Blue) = 178+91+62=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25B3E is #4DA4C1. Grayscale: #717171. Windows color (decimal): -5088450 or 4086706. OLE color: 4086706.

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

Color convert

RGB1789162-
CMYK00.490.650.30
HSL15º48.33%47.06%-
HSV(B)15º65.17%69.8%-
XYZ22.9717.296.68-
YUV113.7198.82173.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.78%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 62 (24.61% from 255) = 18.73%
R=53.78%
G=27.49%
B=18.73%

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
Decimal178916200.490.650.301548.3347.06
HexB25B3E031411Ef302f
Octal2621337606110136176057
Binary10110010101101111111001100011000001111101111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25B3E; }

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

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

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

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

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

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

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

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