#B05E3D

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

Shades of Tuscany #B05E3D

Tints of Tuscany #B05E3D

Color information

#B05E3D (or 0xB05E3D) is unknown color: approx Tuscany. HEX triplet: B0, 5E and 3D. RGB value is (176,94,61). Sum of RGB (Red+Green+Blue) = 176+94+61=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E3D is #4FA1C2. Grayscale: #727272. Windows color (decimal): -5218755 or 4021936. OLE color: 4021936.

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

Color convert

RGB1769461-
CMYK00.470.650.31
HSL17.22º48.52%46.47%-
HSV(B)17.22º65.34%69.02%-
XYZ22.7517.576.61-
YUV114.7697.67171.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.17%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=53.17%
G=28.40%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176946100.470.650.3117.2248.5246.47
HexB05E3D02F411F11312e
Octal2601367505710137216156
Binary101100001011110111101010111110000011111110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05E3D; }

 p { color: rgb(176,94,61); }

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

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

 a { background-color: rgb(176,94,61); }

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

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

 span { border-color: rgb(176,94,61); }

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