#B0633F

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

Shades of Tuscany #B0633F

Tints of Tuscany #B0633F

Color information

#B0633F (or 0xB0633F) is unknown color: approx Tuscany. HEX triplet: B0, 63 and 3F. RGB value is (176,99,63). Sum of RGB (Red+Green+Blue) = 176+99+63=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0633F is #4F9CC0. Grayscale: #767676. Windows color (decimal): -5217473 or 4154288. OLE color: 4154288.

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

Color convert

RGB1769963-
CMYK00.440.640.31
HSL19.12º47.28%46.86%-
HSV(B)19.12º64.2%69.02%-
XYZ23.2618.517.05-
YUV117.9297.01169.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.07%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 63 (25% from 255) = 18.64%
R=52.07%
G=29.29%
B=18.64%

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
Decimal176996300.440.640.3119.1247.2846.86
HexB0633F02C401F132f2f
Octal2601437705410037235757
Binary101100001100011111111010110010000001111110011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0633F; }

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

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

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

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

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

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

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

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