Html Css Color HEX #B46445 Tuscany

📋 copy color: '#B46445'

red 180 ◦ green 100 ◦ blue 69

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

Shades of Tuscany #B46445

Tints of Tuscany #B46445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 51.58%
G = 28.65%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B46445 (or 0xB46445) is known color: Tuscany. HEX triplet: B4, 64 and 45. RGB value is (180,100,69). Sum of RGB (Red+Green+Blue) = 180+100+69=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B46445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46445 is #4B9BBA. Grayscale: #787878. Windows color (decimal): -4955067 or 4547764. OLE color: 4547764.

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

Color convert

RGB 180 100 69 -
CMYK 0 0.44 0.62 0.29
HSL 16.76º 0.45% 0.49% -
HSV(B) 16.76º 0.62% 0.71% -
XYZ 24.45 19.25 8.06 -
YUV 120.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 180 100 69 0 0.44 0.62 0.29 16.76 0.45 0.49
Hex B4 64 45 0 2C 3E 1D 11 2D 31
Octal 264 144 105 0 54 76 35 21 55 61
Binary 10110100 1100100 1000101 0 101100 111110 11101 10001 101101 110001

Color Harmonies of #B46445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46445

Black with #B46445

Text Example


Text Example

White with #B46445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46445; }

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

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

background-color css

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

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

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

border-color css

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

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

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