Html Css Color HEX #B46440 Tuscany

📋 copy color: '#B46440'

red 180 ◦ green 100 ◦ blue 64

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

Shades of Tuscany #B46440

Tints of Tuscany #B46440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.6%

R = 52.33%
G = 29.07%
B = 18.6%

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

#B46440 (or 0xB46440) is known color: Tuscany. HEX triplet: B4, 64 and 40. RGB value is (180,100,64). Sum of RGB (Red+Green+Blue) = 180+100+64=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B46440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46440 is #4B9BBF. Grayscale: #787878. Windows color (decimal): -4955072 or 4220084. OLE color: 4220084.

HSL color Cylindrical-coordinate representation of color #B46440: hue angle of 18.62º degrees, saturation: 0.48, 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 #B46440 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 100 64 -
CMYK 0 0.44 0.64 0.29
HSL 18.62º 0.48% 0.48% -
HSV(B) 18.62º 0.64% 0.71% -
XYZ 24.3 19.19 7.27 -
YUV 119.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 180 100 64 0 0.44 0.64 0.29 18.62 0.48 0.48
Hex B4 64 40 0 2C 40 1D 13 30 30
Octal 264 144 100 0 54 100 35 23 60 60
Binary 10110100 1100100 1000000 0 101100 1000000 11101 10011 110000 110000

Color Harmonies of #B46440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46440

Black with #B46440

Text Example


Text Example

White with #B46440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46440; }

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

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

background-color css

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

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

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

border-color css

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

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

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