#B4623F

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

Shades of Tuscany #B4623F

Tints of Tuscany #B4623F

Color information

#B4623F (or 0xB4623F) is unknown color: approx Tuscany. HEX triplet: B4, 62 and 3F. RGB value is (180,98,63). Sum of RGB (Red+Green+Blue) = 180+98+63=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4623F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4623F is #4B9DC0. Grayscale: #767676. Windows color (decimal): -4955585 or 4154036. OLE color: 4154036.

HSL color Cylindrical-coordinate representation of color #B4623F: hue angle of 17.95º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4623F is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1809863-
CMYK00.460.650.29
HSL17.95º48.15%47.65%-
HSV(B)17.95º65%70.59%-
XYZ24.0918.87.06-
YUV118.5396.67171.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.79%
GREEN value IS 98 (38.67% from 255) = 28.74%
BLUE value IS 63 (25% from 255) = 18.48%
R=52.79%
G=28.74%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180986300.460.650.2917.9548.1547.65
HexB4623F02E411D123030
Octal2641427705610135226060
Binary101101001100010111111010111010000011110110010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4623F; }

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

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

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

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

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

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

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

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