#B05B3C

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

Shades of Tuscany #B05B3C

Tints of Tuscany #B05B3C

Color information

#B05B3C (or 0xB05B3C) is unknown color: approx Tuscany. HEX triplet: B0, 5B and 3C. RGB value is (176,91,60). Sum of RGB (Red+Green+Blue) = 176+91+60=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05B3C is #4FA4C3. Grayscale: #717171. Windows color (decimal): -5219524 or 3955632. OLE color: 3955632.

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

Color convert

RGB1769160-
CMYK00.480.660.31
HSL16.03º49.15%46.27%-
HSV(B)16.03º65.91%69.02%-
XYZ22.4617.046.38-
YUV112.8898.16173.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.82%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 60 (23.83% from 255) = 18.35%
R=53.82%
G=27.83%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176916000.480.660.3116.0349.1546.27
HexB05B3C030421F10312e
Octal2601337406010237206156
Binary101100001011011111100011000010000101111110000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B3C; }

 p { color: rgb(176,91,60); }

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

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

 a { background-color: rgb(176,91,60); }

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

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

 span { border-color: rgb(176,91,60); }

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