Html Css Color HEX #B46449 Tuscany

📋 copy color: '#B46449'

red 180 ◦ green 100 ◦ blue 73

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

Shades of Tuscany #B46449

Tints of Tuscany #B46449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.68%

R = 50.99%
G = 28.33%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B46449 (or 0xB46449) is known color: Tuscany. HEX triplet: B4, 64 and 49. RGB value is (180,100,73). Sum of RGB (Red+Green+Blue) = 180+100+73=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B46449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46449 is #4B9BB6. Grayscale: #797979. Windows color (decimal): -4955063 or 4809908. OLE color: 4809908.

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

Color convert

RGB 180 100 73 -
CMYK 0 0.44 0.59 0.29
HSL 15.14º 0.42% 0.5% -
HSV(B) 15.14º 0.59% 0.71% -
XYZ 24.58 19.3 8.73 -
YUV 120.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 180 100 73 0 0.44 0.59 0.29 15.14 0.42 0.5
Hex B4 64 49 0 2C 3B 1D F 2A 32
Octal 264 144 111 0 54 73 35 17 52 62
Binary 10110100 1100100 1001001 0 101100 111011 11101 1111 101010 110010

Color Harmonies of #B46449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46449

Black with #B46449

Text Example


Text Example

White with #B46449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46449; }

 p { color: rgb(180,100,73); }

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

background-color css

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

 a { background-color: rgb(180,100,73); }

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

border-color css

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

 span { border-color: rgb(180,100,73); }

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