#B7684A

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

Shades of Tuscany #B7684A

Tints of Tuscany #B7684A

Color information

#B7684A (or 0xB7684A) is unknown color: approx Tuscany. HEX triplet: B7, 68 and 4A. RGB value is (183,104,74). Sum of RGB (Red+Green+Blue) = 183+104+74=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7684A is #4897B5. Grayscale: #7C7C7C. Windows color (decimal): -4757430 or 4876471. OLE color: 4876471.

HSL color Cylindrical-coordinate representation of color #B7684A: hue angle of 16.51º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7684A is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18310474-
CMYK00.430.600.28
HSL16.51º43.08%50.39%-
HSV(B)16.51º59.56%71.76%-
XYZ25.7120.469.07-
YUV124.299.67169.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=50.69%
G=28.81%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831047400.430.600.2816.5143.0850.39
HexB7684A02B3C1C112b32
Octal2671501120537434215362
Binary101101111101000100101001010111111001110010001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7684A; }

 p { color: rgb(183,104,74); }

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

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

 a { background-color: rgb(183,104,74); }

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

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

 span { border-color: rgb(183,104,74); }

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