Html Css Color HEX #B3643A Tuscany

📋 copy color: '#B3643A'

red 179 ◦ green 100 ◦ blue 58

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

Shades of Tuscany #B3643A

Tints of Tuscany #B3643A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.21%

R = 53.12%
G = 29.67%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3643A (or 0xB3643A) is known color: Tuscany. HEX triplet: B3, 64 and 3A. RGB value is (179,100,58). Sum of RGB (Red+Green+Blue) = 179+100+58=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3643A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3643A is #4C9BC5. Grayscale: #777777. Windows color (decimal): -5020614 or 3826867. OLE color: 3826867.

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

Color convert

RGB 179 100 58 -
CMYK 0 0.44 0.68 0.30
HSL 20.83º 0.51% 0.46% -
HSV(B) 20.83º 0.68% 0.7% -
XYZ 23.91 19 6.41 -
YUV 118.83 93.67 170.92 -
System Red Green Blue C M Y K H S L
Decimal 179 100 58 0 0.44 0.68 0.30 20.83 0.51 0.46
Hex B3 64 3A 0 2C 44 1E 15 33 2E
Octal 263 144 72 0 54 104 36 25 63 56
Binary 10110011 1100100 111010 0 101100 1000100 11110 10101 110011 101110

Color Harmonies of #B3643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3643A

Black with #B3643A

Text Example


Text Example

White with #B3643A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3643A; }

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

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

background-color css

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

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

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

border-color css

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

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

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