Html Css Color HEX #B3643C Tuscany

📋 copy color: '#B3643C'

red 179 ◦ green 100 ◦ blue 60

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

Shades of Tuscany #B3643C

Tints of Tuscany #B3643C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.7%

R = 52.8%
G = 29.5%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3643C (or 0xB3643C) is known color: Tuscany. HEX triplet: B3, 64 and 3C. RGB value is (179,100,60). Sum of RGB (Red+Green+Blue) = 179+100+60=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3643C is #4C9BC3. Grayscale: #777777. Windows color (decimal): -5020612 or 3957939. OLE color: 3957939.

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

Color convert

RGB 179 100 60 -
CMYK 0 0.44 0.66 0.30
HSL 20.17º 0.5% 0.47% -
HSV(B) 20.17º 0.66% 0.7% -
XYZ 23.96 19.02 6.68 -
YUV 119.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 179 100 60 0 0.44 0.66 0.30 20.17 0.5 0.47
Hex B3 64 3C 0 2C 42 1E 14 32 2F
Octal 263 144 74 0 54 102 36 24 62 57
Binary 10110011 1100100 111100 0 101100 1000010 11110 10100 110010 101111

Color Harmonies of #B3643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3643C

Black with #B3643C

Text Example


Text Example

White with #B3643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3643C; }

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

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

background-color css

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

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

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

border-color css

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

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

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