#B0623E

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

Shades of Tuscany #B0623E

Tints of Tuscany #B0623E

Color information

#B0623E (or 0xB0623E) is unknown color: approx Tuscany. HEX triplet: B0, 62 and 3E. RGB value is (176,98,62). Sum of RGB (Red+Green+Blue) = 176+98+62=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0623E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0623E is #4F9DC1. Grayscale: #757575. Windows color (decimal): -5217730 or 4088496. OLE color: 4088496.

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

Color convert

RGB1769862-
CMYK00.440.650.31
HSL18.95º47.9%46.67%-
HSV(B)18.95º64.77%69.02%-
XYZ23.1418.316.87-
YUV117.2296.84169.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.38%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 62 (24.61% from 255) = 18.45%
R=52.38%
G=29.17%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176986200.440.650.3118.9547.946.67
HexB0623E02C411F13302f
Octal2601427605410137236057
Binary101100001100010111110010110010000011111110011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0623E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0623E; }

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

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

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

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

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

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

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

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