#B0653E

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

Shades of Tuscany #B0653E

Tints of Tuscany #B0653E

Color information

#B0653E (or 0xB0653E) is unknown color: approx Tuscany. HEX triplet: B0, 65 and 3E. RGB value is (176,101,62). Sum of RGB (Red+Green+Blue) = 176+101+62=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0653E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0653E is #4F9AC1. Grayscale: #777777. Windows color (decimal): -5216962 or 4089264. OLE color: 4089264.

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

Color convert

RGB17610162-
CMYK00.430.650.31
HSL20.53º47.9%46.67%-
HSV(B)20.53º64.77%69.02%-
XYZ23.4318.896.97-
YUV118.9895.85168.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 62 (24.61% from 255) = 18.29%
R=51.92%
G=29.79%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761016200.430.650.3120.5347.946.67
HexB0653E02B411F15302f
Octal2601457605310137256057
Binary101100001100101111110010101110000011111110101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0653E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0653E; }

 p { color: rgb(176,101,62); }

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

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

 a { background-color: rgb(176,101,62); }

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

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

 span { border-color: rgb(176,101,62); }

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