Html Css Color HEX #B46849 Tuscany

📋 copy color: '#B46849'

red 180 ◦ green 104 ◦ blue 73

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

Shades of Tuscany #B46849

Tints of Tuscany #B46849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

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

R = 50.42%
G = 29.13%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B46849 (or 0xB46849) is known color: Tuscany. HEX triplet: B4, 68 and 49. RGB value is (180,104,73). Sum of RGB (Red+Green+Blue) = 180+104+73=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B46849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46849 is #4B97B6. Grayscale: #7B7B7B. Windows color (decimal): -4954039 or 4810932. OLE color: 4810932.

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

Color convert

RGB 180 104 73 -
CMYK 0 0.42 0.59 0.29
HSL 17.38º 0.42% 0.5% -
HSV(B) 17.38º 0.59% 0.71% -
XYZ 24.98 20.08 8.86 -
YUV 123.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 180 104 73 0 0.42 0.59 0.29 17.38 0.42 0.5
Hex B4 68 49 0 2A 3B 1D 11 2A 32
Octal 264 150 111 0 52 73 35 21 52 62
Binary 10110100 1101000 1001001 0 101010 111011 11101 10001 101010 110010

Color Harmonies of #B46849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46849

Black with #B46849

Text Example


Text Example

White with #B46849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46849; }

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

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

background-color css

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

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

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

border-color css

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

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

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