#B65C40

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

Shades of Tuscany #B65C40

Tints of Tuscany #B65C40

Color information

#B65C40 (or 0xB65C40) is unknown color: approx Tuscany. HEX triplet: B6, 5C and 40. RGB value is (182,92,64). Sum of RGB (Red+Green+Blue) = 182+92+64=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C40 is #49A3BF. Grayscale: #737373. Windows color (decimal): -4826048 or 4218038. OLE color: 4218038.

HSL color Cylindrical-coordinate representation of color #B65C40: hue angle of 14.24º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B65C40 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1829264-
CMYK00.490.650.29
HSL14.24º47.97%48.24%-
HSV(B)14.24º64.84%71.37%-
XYZ24.0417.977.05-
YUV115.7298.82175.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=53.85%
G=27.22%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182926400.490.650.2914.2447.9748.24
HexB65C40031411De3030
Octal26613410006110135166060
Binary101101101011100100000001100011000001111011110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C40; }

 p { color: rgb(182,92,64); }

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

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

 a { background-color: rgb(182,92,64); }

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

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

 span { border-color: rgb(182,92,64); }

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