#B0623F

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

Shades of Tuscany #B0623F

Tints of Tuscany #B0623F

Color information

#B0623F (or 0xB0623F) is unknown color: approx Tuscany. HEX triplet: B0, 62 and 3F. RGB value is (176,98,63). Sum of RGB (Red+Green+Blue) = 176+98+63=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0623F is #4F9DC0. Grayscale: #757575. Windows color (decimal): -5217729 or 4154032. OLE color: 4154032.

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

Color convert

RGB1769863-
CMYK00.440.640.31
HSL18.58º47.28%46.86%-
HSV(B)18.58º64.2%69.02%-
XYZ23.1718.327.02-
YUV117.3397.34169.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.23%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 63 (25% from 255) = 18.69%
R=52.23%
G=29.08%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176986300.440.640.3118.5847.2846.86
HexB0623F02C401F132f2f
Octal2601427705410037235757
Binary101100001100010111111010110010000001111110011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0623F; }

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

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

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

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

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

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

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

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