#B5644B

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

Shades of Tuscany #B5644B

Tints of Tuscany #B5644B

Color information

#B5644B (or 0xB5644B) is unknown color: approx Tuscany. HEX triplet: B5, 64 and 4B. RGB value is (181,100,75). Sum of RGB (Red+Green+Blue) = 181+100+75=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5644B is #4A9BB4. Grayscale: #797979. Windows color (decimal): -4889525 or 4940981. OLE color: 4940981.

HSL color Cylindrical-coordinate representation of color #B5644B: hue angle of 14.15º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5644B is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18110075-
CMYK00.450.590.29
HSL14.15º41.73%50.2%-
HSV(B)14.15º58.56%70.98%-
XYZ24.8819.459.1-
YUV121.37101.84170.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=50.84%
G=28.09%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811007500.450.590.2914.1541.7350.2
HexB5644B02D3B1De2a32
Octal2651441130557335165262
Binary10110101110010010010110101101111011111011110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5644B; }

 p { color: rgb(181,100,75); }

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

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

 a { background-color: rgb(181,100,75); }

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

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

 span { border-color: rgb(181,100,75); }

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