Html Css Color HEX #B46546 Tuscany

📋 copy color: '#B46546'

red 180 ◦ green 101 ◦ blue 70

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

Shades of Tuscany #B46546

Tints of Tuscany #B46546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 51.28%
G = 28.77%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B46546 (or 0xB46546) is known color: Tuscany. HEX triplet: B4, 65 and 46. RGB value is (180,101,70). Sum of RGB (Red+Green+Blue) = 180+101+70=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B46546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46546 is #4B9AB9. Grayscale: #797979. Windows color (decimal): -4954810 or 4613556. OLE color: 4613556.

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

Color convert

RGB 180 101 70 -
CMYK 0 0.44 0.61 0.29
HSL 16.91º 0.44% 0.49% -
HSV(B) 16.91º 0.61% 0.71% -
XYZ 24.58 19.45 8.25 -
YUV 121.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 180 101 70 0 0.44 0.61 0.29 16.91 0.44 0.49
Hex B4 65 46 0 2C 3D 1D 11 2C 31
Octal 264 145 106 0 54 75 35 21 54 61
Binary 10110100 1100101 1000110 0 101100 111101 11101 10001 101100 110001

Color Harmonies of #B46546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46546

Black with #B46546

Text Example


Text Example

White with #B46546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46546; }

 p { color: rgb(180,101,70); }

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

background-color css

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

 a { background-color: rgb(180,101,70); }

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

border-color css

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

 span { border-color: rgb(180,101,70); }

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