#B05A3F

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

Shades of Tuscany #B05A3F

Tints of Tuscany #B05A3F

Color information

#B05A3F (or 0xB05A3F) is unknown color: approx Tuscany. HEX triplet: B0, 5A and 3F. RGB value is (176,90,63). Sum of RGB (Red+Green+Blue) = 176+90+63=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A3F is #4FA5C0. Grayscale: #707070. Windows color (decimal): -5219777 or 4151984. OLE color: 4151984.

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

Color convert

RGB1769063-
CMYK00.490.640.31
HSL14.34º47.28%46.86%-
HSV(B)14.34º64.2%69.02%-
XYZ22.4616.96.78-
YUV112.6499.99173.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.50%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 63 (25% from 255) = 19.15%
R=53.50%
G=27.36%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176906300.490.640.3114.3447.2846.86
HexB05A3F031401Fe2f2f
Octal2601327706110037165757
Binary10110000101101011111101100011000000111111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A3F; }

 p { color: rgb(176,90,63); }

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

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

 a { background-color: rgb(176,90,63); }

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

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

 span { border-color: rgb(176,90,63); }

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