#B05B3A

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

Shades of Tuscany #B05B3A

Tints of Tuscany #B05B3A

Color information

#B05B3A (or 0xB05B3A) is unknown color: approx Tuscany. HEX triplet: B0, 5B and 3A. RGB value is (176,91,58). Sum of RGB (Red+Green+Blue) = 176+91+58=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05B3A is #4FA4C5. Grayscale: #707070. Windows color (decimal): -5219526 or 3824560. OLE color: 3824560.

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

Color convert

RGB1769158-
CMYK00.480.670.31
HSL16.78º50.43%45.88%-
HSV(B)16.78º67.05%69.02%-
XYZ22.4117.026.11-
YUV112.6597.16173.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.15%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=54.15%
G=28%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176915800.480.670.3116.7850.4345.88
HexB05B3A030431F11322e
Octal2601337206010337216256
Binary101100001011011111010011000010000111111110001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B3A; }

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

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

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

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

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

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

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

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