#B25F3B

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

Shades of Tuscany #B25F3B

Tints of Tuscany #B25F3B

Color information

#B25F3B (or 0xB25F3B) is unknown color: approx Tuscany. HEX triplet: B2, 5F and 3B. RGB value is (178,95,59). Sum of RGB (Red+Green+Blue) = 178+95+59=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25F3B is #4DA0C4. Grayscale: #737373. Windows color (decimal): -5087429 or 3891122. OLE color: 3891122.

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

Color convert

RGB1789559-
CMYK00.470.670.30
HSL18.15º50.21%46.47%-
HSV(B)18.15º66.85%69.8%-
XYZ23.2417.976.38-
YUV115.7196172.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=53.61%
G=28.61%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178955900.470.670.3018.1550.2146.47
HexB25F3B02F431E12322e
Octal2621377305710336226256
Binary101100101011111111011010111110000111111010010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25F3B; }

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

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

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

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

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

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

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

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