#B2653F

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

Shades of Tuscany #B2653F

Tints of Tuscany #B2653F

Color information

#B2653F (or 0xB2653F) is unknown color: approx Tuscany. HEX triplet: B2, 65 and 3F. RGB value is (178,101,63). Sum of RGB (Red+Green+Blue) = 178+101+63=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2653F is #4D9AC0. Grayscale: #777777. Windows color (decimal): -5085889 or 4154802. OLE color: 4154802.

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

Color convert

RGB17810163-
CMYK00.430.650.30
HSL19.83º47.72%47.25%-
HSV(B)19.83º64.61%69.8%-
XYZ23.9119.137.14-
YUV119.6996.01169.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 63 (25% from 255) = 18.42%
R=52.05%
G=29.53%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781016300.430.650.3019.8347.7247.25
HexB2653F02B411E14302f
Octal2621457705310136246057
Binary101100101100101111111010101110000011111010100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2653F; }

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

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

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

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

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

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

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

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