Html Css Color HEX #B46149 Tuscany

📋 copy color: '#B46149'

red 180 ◦ green 97 ◦ blue 73

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

Shades of Tuscany #B46149

Tints of Tuscany #B46149

RGB

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

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

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

R = 51.43%
G = 27.71%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B46149 (or 0xB46149) is known color: Tuscany. HEX triplet: B4, 61 and 49. RGB value is (180,97,73). Sum of RGB (Red+Green+Blue) = 180+97+73=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B46149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46149 is #4B9EB6. Grayscale: #777777. Windows color (decimal): -4955831 or 4809140. OLE color: 4809140.

HSL color Cylindrical-coordinate representation of color #B46149: hue angle of 13.46º 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 #B46149 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 97 73 -
CMYK 0 0.46 0.59 0.29
HSL 13.46º 0.42% 0.5% -
HSV(B) 13.46º 0.59% 0.71% -
XYZ 24.3 18.73 8.64 -
YUV 119.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 180 97 73 0 0.46 0.59 0.29 13.46 0.42 0.5
Hex B4 61 49 0 2E 3B 1D D 2A 32
Octal 264 141 111 0 56 73 35 15 52 62
Binary 10110100 1100001 1001001 0 101110 111011 11101 1101 101010 110010

Color Harmonies of #B46149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46149

Black with #B46149

Text Example


Text Example

White with #B46149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46149; }

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

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

background-color css

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

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

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

border-color css

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

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

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