#B6664A

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

Shades of Tuscany #B6664A

Tints of Tuscany #B6664A

Color information

#B6664A (or 0xB6664A) is unknown color: approx Tuscany. HEX triplet: B6, 66 and 4A. RGB value is (182,102,74). Sum of RGB (Red+Green+Blue) = 182+102+74=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6664A is #4999B5. Grayscale: #7A7A7A. Windows color (decimal): -4823478 or 4875958. OLE color: 4875958.

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

Color convert

RGB18210274-
CMYK00.440.590.29
HSL15.56º42.52%50.2%-
HSV(B)15.56º59.34%71.37%-
XYZ25.2819.949-
YUV122.73100.5170.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 74 (29.30% from 255) = 20.67%
R=50.84%
G=28.49%
B=20.67%

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
Decimal1821027400.440.590.2915.5642.5250.2
HexB6664A02C3B1D102b32
Octal2661461120547335205362
Binary101101101100110100101001011001110111110110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6664A; }

 p { color: rgb(182,102,74); }

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

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

 a { background-color: rgb(182,102,74); }

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

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

 span { border-color: rgb(182,102,74); }

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