#B8663F

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

Shades of Tuscany #B8663F

Tints of Tuscany #B8663F

Color information

#B8663F (or 0xB8663F) is unknown color: approx Tuscany. HEX triplet: B8, 66 and 3F. RGB value is (184,102,63). Sum of RGB (Red+Green+Blue) = 184+102+63=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B8663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8663F is #4799C0. Grayscale: #7A7A7A. Windows color (decimal): -4692417 or 4155064. OLE color: 4155064.

HSL color Cylindrical-coordinate representation of color #B8663F: hue angle of 19.34º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8663F is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB18410263-
CMYK00.450.660.28
HSL19.34º48.99%48.43%-
HSV(B)19.34º65.76%72.16%-
XYZ25.4220.057.23-
YUV122.0794.67172.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.72%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 63 (25% from 255) = 18.05%
R=52.72%
G=29.23%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841026300.450.660.2819.3448.9948.43
HexB8663F02D421C133130
Octal2701467705510234236160
Binary101110001100110111111010110110000101110010011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8663F; }

 p { color: rgb(184,102,63); }

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

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

 a { background-color: rgb(184,102,63); }

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

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

 span { border-color: rgb(184,102,63); }

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