#B75E41

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

Shades of Tuscany #B75E41

Tints of Tuscany #B75E41

Color information

#B75E41 (or 0xB75E41) is unknown color: approx Tuscany. HEX triplet: B7, 5E and 41. RGB value is (183,94,65). Sum of RGB (Red+Green+Blue) = 183+94+65=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75E41 is #48A1BE. Grayscale: #757575. Windows color (decimal): -4759999 or 4284087. OLE color: 4284087.

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

Color convert

RGB1839465-
CMYK00.490.640.28
HSL14.75º47.58%48.63%-
HSV(B)14.75º64.48%71.76%-
XYZ24.4918.457.27-
YUV117.398.49174.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.51%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=53.51%
G=27.49%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183946500.490.640.2814.7547.5848.63
HexB75E41031401Cf3031
Octal26713610106110034176061
Binary101101111011110100000101100011000000111001111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E41; }

 p { color: rgb(183,94,65); }

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

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

 a { background-color: rgb(183,94,65); }

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

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

 span { border-color: rgb(183,94,65); }

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