Html Css Color HEX #B3643E Tuscany

📋 copy color: '#B3643E'

red 179 ◦ green 100 ◦ blue 62

#B3643E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #B3643E

Tints of Tuscany #B3643E

RGB

 RED value IS 179 (70.31% from 255) = 52.49%

 GREEN value IS 100 (39.45% from 255) = 29.33%

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 52.49%
G = 29.33%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3643E (or 0xB3643E) is known color: Tuscany. HEX triplet: B3, 64 and 3E. RGB value is (179,100,62). Sum of RGB (Red+Green+Blue) = 179+100+62=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3643E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3643E is #4C9BC1. Grayscale: #777777. Windows color (decimal): -5020610 or 4089011. OLE color: 4089011.

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

Color convert

RGB 179 100 62 -
CMYK 0 0.44 0.65 0.30
HSL 19.49º 0.49% 0.47% -
HSV(B) 19.49º 0.65% 0.7% -
XYZ 24.02 19.05 6.97 -
YUV 119.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 179 100 62 0 0.44 0.65 0.30 19.49 0.49 0.47
Hex B3 64 3E 0 2C 41 1E 13 31 2F
Octal 263 144 76 0 54 101 36 23 61 57
Binary 10110011 1100100 111110 0 101100 1000001 11110 10011 110001 101111

Color Harmonies of #B3643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3643E

Black with #B3643E

Text Example


Text Example

White with #B3643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3643E; }

 p { color: rgb(179,100,62); }

 H1.HeaderClassName
 {
   color: #B3643E;
 }
 .AnyTagClassName
 {
   color: #B3643E;
 }
</style>

background-color css

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

 a { background-color: rgb(179,100,62); }

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

border-color css

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

 span { border-color: rgb(179,100,62); }

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