Html Css Color HEX #B3644A Tuscany

📋 copy color: '#B3644A'

red 179 ◦ green 100 ◦ blue 74

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

Shades of Tuscany #B3644A

Tints of Tuscany #B3644A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 50.71%
G = 28.33%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3644A (or 0xB3644A) is known color: Tuscany. HEX triplet: B3, 64 and 4A. RGB value is (179,100,74). Sum of RGB (Red+Green+Blue) = 179+100+74=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3644A is #4C9BB5. Grayscale: #787878. Windows color (decimal): -5020598 or 4875443. OLE color: 4875443.

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

Color convert

RGB 179 100 74 -
CMYK 0 0.44 0.59 0.30
HSL 14.86º 0.42% 0.5% -
HSV(B) 14.86º 0.59% 0.7% -
XYZ 24.38 19.19 8.9 -
YUV 120.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 179 100 74 0 0.44 0.59 0.30 14.86 0.42 0.5
Hex B3 64 4A 0 2C 3B 1E F 2A 32
Octal 263 144 112 0 54 73 36 17 52 62
Binary 10110011 1100100 1001010 0 101100 111011 11110 1111 101010 110010

Color Harmonies of #B3644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3644A

Black with #B3644A

Text Example


Text Example

White with #B3644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3644A; }

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

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

background-color css

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

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

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

border-color css

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

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

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