#B2634A

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

Shades of Tuscany #B2634A

Tints of Tuscany #B2634A

Color information

#B2634A (or 0xB2634A) is unknown color: approx Tuscany. HEX triplet: B2, 63 and 4A. RGB value is (178,99,74). Sum of RGB (Red+Green+Blue) = 178+99+74=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2634A is #4D9CB5. Grayscale: #777777. Windows color (decimal): -5086390 or 4875186. OLE color: 4875186.

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

Color convert

RGB1789974-
CMYK00.440.580.30
HSL14.42º41.27%49.41%-
HSV(B)14.42º58.43%69.8%-
XYZ24.0618.888.86-
YUV119.77102.17169.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.71%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=50.71%
G=28.21%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178997400.440.580.3014.4241.2749.41
HexB2634A02C3A1Ee2931
Octal2621431120547236165161
Binary10110010110001110010100101100111010111101110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2634A; }

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

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

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

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

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

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

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

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