#B2654A

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

Shades of Tuscany #B2654A

Tints of Tuscany #B2654A

Color information

#B2654A (or 0xB2654A) is unknown color: approx Tuscany. HEX triplet: B2, 65 and 4A. RGB value is (178,101,74). Sum of RGB (Red+Green+Blue) = 178+101+74=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2654A is #4D9AB5. Grayscale: #797979. Windows color (decimal): -5085878 or 4875698. OLE color: 4875698.

HSL color Cylindrical-coordinate representation of color #B2654A: hue angle of 15.58º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2654A is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17810174-
CMYK00.430.580.30
HSL15.58º41.27%49.41%-
HSV(B)15.58º58.43%69.8%-
XYZ24.2519.278.92-
YUV120.94101.51168.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.42%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 74 (29.30% from 255) = 20.96%
R=50.42%
G=28.61%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781017400.430.580.3015.5841.2749.41
HexB2654A02B3A1E102931
Octal2621451120537236205161
Binary101100101100101100101001010111110101111010000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2654A; }

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

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

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

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

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

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

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

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