#B06348

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

Shades of Tuscany #B06348

Tints of Tuscany #B06348

Color information

#B06348 (or 0xB06348) is unknown color: approx Tuscany. HEX triplet: B0, 63 and 48. RGB value is (176,99,72). Sum of RGB (Red+Green+Blue) = 176+99+72=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B06348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06348 is #4F9CB7. Grayscale: #777777. Windows color (decimal): -5217464 or 4744112. OLE color: 4744112.

HSL color Cylindrical-coordinate representation of color #B06348: hue angle of 15.58º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B06348 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB1769972-
CMYK00.440.590.31
HSL15.58º41.94%48.63%-
HSV(B)15.58º59.09%69.02%-
XYZ23.5418.628.48-
YUV118.94101.51168.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.72%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=50.72%
G=28.53%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176997200.440.590.3115.5841.9448.63
HexB0634802C3B1F102a31
Octal2601431100547337205261
Binary101100001100011100100001011001110111111110000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06348; }

 p { color: rgb(176,99,72); }

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

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

 a { background-color: rgb(176,99,72); }

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

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

 span { border-color: rgb(176,99,72); }

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