#b2633f

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

Shades of Tuscany #B2633F

Tints of Tuscany #B2633F

Color information

#B2633F (or 0xB2633F) is unknown color: approx Tuscany. HEX triplet: B2, 63 and 3F. RGB value is (178,99,63). Sum of RGB (Red+Green+Blue) = 178+99+63=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2633F is #4D9CC0. Grayscale: #767676. Windows color (decimal): -5086401 or 4154290. OLE color: 4154290.

HSL color Cylindrical-coordinate representation of color #B2633F: hue angle of 18.78º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2633F is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB1789963-
CMYK00.440.650.30
HSL18.78º47.72%47.25%-
HSV(B)18.78º64.61%69.8%-
XYZ23.7218.757.07-
YUV118.5296.67170.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 63 (25% from 255) = 18.53%
R=52.35%
G=29.12%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178996300.440.650.3018.7847.7247.25
HexB2633F02C411E13302f
Octal2621437705410136236057
Binary101100101100011111111010110010000011111010011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2633f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2633f; }

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

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

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

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

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

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

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

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