#B0623C

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

Shades of Tuscany #B0623C

Tints of Tuscany #B0623C

Color information

#B0623C (or 0xB0623C) is unknown color: approx Tuscany. HEX triplet: B0, 62 and 3C. RGB value is (176,98,60). Sum of RGB (Red+Green+Blue) = 176+98+60=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0623C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0623C is #4F9DC3. Grayscale: #757575. Windows color (decimal): -5217732 or 3957424. OLE color: 3957424.

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

Color convert

RGB1769860-
CMYK00.440.660.31
HSL19.66º49.15%46.27%-
HSV(B)19.66º65.91%69.02%-
XYZ23.0918.296.59-
YUV116.9995.84170.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 60 (23.83% from 255) = 17.96%
R=52.69%
G=29.34%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176986000.440.660.3119.6649.1546.27
HexB0623C02C421F14312e
Octal2601427405410237246156
Binary101100001100010111100010110010000101111110100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0623C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0623C; }

 p { color: rgb(176,98,60); }

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

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

 a { background-color: rgb(176,98,60); }

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

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

 span { border-color: rgb(176,98,60); }

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