#B0653D

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

Shades of Tuscany #B0653D

Tints of Tuscany #B0653D

Color information

#B0653D (or 0xB0653D) is unknown color: approx Tuscany. HEX triplet: B0, 65 and 3D. RGB value is (176,101,61). Sum of RGB (Red+Green+Blue) = 176+101+61=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0653D is #4F9AC2. Grayscale: #777777. Windows color (decimal): -5216963 or 4023728. OLE color: 4023728.

HSL color Cylindrical-coordinate representation of color #B0653D: hue angle of 20.87º 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 #B0653D is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17610161-
CMYK00.430.650.31
HSL20.87º48.52%46.47%-
HSV(B)20.87º65.34%69.02%-
XYZ23.418.876.82-
YUV118.8695.35168.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.07%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=52.07%
G=29.88%
B=18.05%

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
Decimal1761016100.430.650.3120.8748.5246.47
HexB0653D02B411F15312e
Octal2601457505310137256156
Binary101100001100101111101010101110000011111110101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0653D; }

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

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

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

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

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

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

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

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