Html Css Color HEX #B46749 Tuscany

📋 copy color: '#B46749'

red 180 ◦ green 103 ◦ blue 73

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

Shades of Tuscany #B46749

Tints of Tuscany #B46749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

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

R = 50.56%
G = 28.93%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B46749 (or 0xB46749) is known color: Tuscany. HEX triplet: B4, 67 and 49. RGB value is (180,103,73). Sum of RGB (Red+Green+Blue) = 180+103+73=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B46749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46749 is #4B98B6. Grayscale: #7A7A7A. Windows color (decimal): -4954295 or 4810676. OLE color: 4810676.

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

Color convert

RGB 180 103 73 -
CMYK 0 0.43 0.59 0.29
HSL 16.82º 0.42% 0.5% -
HSV(B) 16.82º 0.59% 0.71% -
XYZ 24.88 19.88 8.83 -
YUV 122.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 180 103 73 0 0.43 0.59 0.29 16.82 0.42 0.5
Hex B4 67 49 0 2B 3B 1D 11 2A 32
Octal 264 147 111 0 53 73 35 21 52 62
Binary 10110100 1100111 1001001 0 101011 111011 11101 10001 101010 110010

Color Harmonies of #B46749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46749

Black with #B46749

Text Example


Text Example

White with #B46749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46749; }

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

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

background-color css

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

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

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

border-color css

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

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

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