Html Css Color HEX #B46441 Tuscany

📋 copy color: '#B46441'

red 180 ◦ green 100 ◦ blue 65

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

Shades of Tuscany #B46441

Tints of Tuscany #B46441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.99%

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 52.17%
G = 28.99%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B46441 (or 0xB46441) is known color: Tuscany. HEX triplet: B4, 64 and 41. RGB value is (180,100,65). Sum of RGB (Red+Green+Blue) = 180+100+65=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B46441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46441 is #4B9BBE. Grayscale: #787878. Windows color (decimal): -4955071 or 4285620. OLE color: 4285620.

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

Color convert

RGB 180 100 65 -
CMYK 0 0.44 0.64 0.29
HSL 18.26º 0.47% 0.48% -
HSV(B) 18.26º 0.64% 0.71% -
XYZ 24.33 19.2 7.42 -
YUV 119.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 180 100 65 0 0.44 0.64 0.29 18.26 0.47 0.48
Hex B4 64 41 0 2C 40 1D 12 2F 30
Octal 264 144 101 0 54 100 35 22 57 60
Binary 10110100 1100100 1000001 0 101100 1000000 11101 10010 101111 110000

Color Harmonies of #B46441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46441

Black with #B46441

Text Example


Text Example

White with #B46441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46441; }

 p { color: rgb(180,100,65); }

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

background-color css

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

 a { background-color: rgb(180,100,65); }

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

border-color css

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

 span { border-color: rgb(180,100,65); }

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