#B1633F

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

Shades of Tuscany #B1633F

Tints of Tuscany #B1633F

Color information

#B1633F (or 0xB1633F) is unknown color: approx Tuscany. HEX triplet: B1, 63 and 3F. RGB value is (177,99,63). Sum of RGB (Red+Green+Blue) = 177+99+63=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1633F is #4E9CC0. Grayscale: #767676. Windows color (decimal): -5151937 or 4154289. OLE color: 4154289.

HSL color Cylindrical-coordinate representation of color #B1633F: 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.64%. Process color model (Four color, CMYK) of #B1633F is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1779963-
CMYK00.440.640.31
HSL18.95º47.5%47.06%-
HSV(B)18.95º64.41%69.41%-
XYZ23.4918.637.06-
YUV118.2296.84169.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 63 (25% from 255) = 18.58%
R=52.21%
G=29.20%
B=18.58%

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
Decimal177996300.440.640.3118.9547.547.06
HexB1633F02C401F13302f
Octal2611437705410037236057
Binary101100011100011111111010110010000001111110011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1633F; }

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

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

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

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

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

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

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

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