Html Css Color HEX #B46046 Tuscany

📋 copy color: '#B46046'

red 180 ◦ green 96 ◦ blue 70

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

Shades of Tuscany #B46046

Tints of Tuscany #B46046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

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

R = 52.02%
G = 27.75%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B46046 (or 0xB46046) is known color: Tuscany. HEX triplet: B4, 60 and 46. RGB value is (180,96,70). Sum of RGB (Red+Green+Blue) = 180+96+70=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B46046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46046 is #4B9FB9. Grayscale: #767676. Windows color (decimal): -4956090 or 4612276. OLE color: 4612276.

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

Color convert

RGB 180 96 70 -
CMYK 0 0.47 0.61 0.29
HSL 14.18º 0.44% 0.49% -
HSV(B) 14.18º 0.61% 0.71% -
XYZ 24.11 18.51 8.1 -
YUV 118.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 180 96 70 0 0.47 0.61 0.29 14.18 0.44 0.49
Hex B4 60 46 0 2F 3D 1D E 2C 31
Octal 264 140 106 0 57 75 35 16 54 61
Binary 10110100 1100000 1000110 0 101111 111101 11101 1110 101100 110001

Color Harmonies of #B46046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46046

Black with #B46046

Text Example


Text Example

White with #B46046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46046; }

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

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

background-color css

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

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

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

border-color css

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

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

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