Html Css Color HEX #B46144 Tuscany

📋 copy color: '#B46144'

red 180 ◦ green 97 ◦ blue 68

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

Shades of Tuscany #B46144

Tints of Tuscany #B46144

RGB

 RED value IS 180 (70.7% from 255) = 52.17%

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 52.17%
G = 28.12%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B46144 (or 0xB46144) is known color: Tuscany. HEX triplet: B4, 61 and 44. RGB value is (180,97,68). Sum of RGB (Red+Green+Blue) = 180+97+68=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B46144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46144 is #4B9EBB. Grayscale: #767676. Windows color (decimal): -4955836 or 4481460. OLE color: 4481460.

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

Color convert

RGB 180 97 68 -
CMYK 0 0.46 0.62 0.29
HSL 15.54º 0.45% 0.49% -
HSV(B) 15.54º 0.62% 0.71% -
XYZ 24.14 18.67 7.8 -
YUV 118.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 180 97 68 0 0.46 0.62 0.29 15.54 0.45 0.49
Hex B4 61 44 0 2E 3E 1D 10 2D 31
Octal 264 141 104 0 56 76 35 20 55 61
Binary 10110100 1100001 1000100 0 101110 111110 11101 10000 101101 110001

Color Harmonies of #B46144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46144

Black with #B46144

Text Example


Text Example

White with #B46144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46144; }

 p { color: rgb(180,97,68); }

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

background-color css

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

 a { background-color: rgb(180,97,68); }

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

border-color css

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

 span { border-color: rgb(180,97,68); }

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