#B5654B

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

Shades of Tuscany #B5654B

Tints of Tuscany #B5654B

Color information

#B5654B (or 0xB5654B) is unknown color: approx Tuscany. HEX triplet: B5, 65 and 4B. RGB value is (181,101,75). Sum of RGB (Red+Green+Blue) = 181+101+75=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5654B is #4A9AB4. Grayscale: #7A7A7A. Windows color (decimal): -4889269 or 4941237. OLE color: 4941237.

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

Color convert

RGB18110175-
CMYK00.440.590.29
HSL14.72º41.73%50.2%-
HSV(B)14.72º58.56%70.98%-
XYZ24.9819.649.13-
YUV121.96101.5170.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=50.70%
G=28.29%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811017500.440.590.2914.7241.7350.2
HexB5654B02C3B1Df2a32
Octal2651451130547335175262
Binary10110101110010110010110101100111011111011111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5654B; }

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

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

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

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

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

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

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

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