Html Css Color HEX #B46944 Tuscany

📋 copy color: '#B46944'

red 180 ◦ green 105 ◦ blue 68

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

Shades of Tuscany #B46944

Tints of Tuscany #B46944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 50.99%
G = 29.75%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B46944 (or 0xB46944) is known color: Tuscany. HEX triplet: B4, 69 and 44. RGB value is (180,105,68). Sum of RGB (Red+Green+Blue) = 180+105+68=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B46944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46944 is #4B96BB. Grayscale: #7B7B7B. Windows color (decimal): -4953788 or 4483508. OLE color: 4483508.

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

Color convert

RGB 180 105 68 -
CMYK 0 0.42 0.62 0.29
HSL 19.82º 0.45% 0.49% -
HSV(B) 19.82º 0.62% 0.71% -
XYZ 24.92 20.22 8.06 -
YUV 123.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 180 105 68 0 0.42 0.62 0.29 19.82 0.45 0.49
Hex B4 69 44 0 2A 3E 1D 14 2D 31
Octal 264 151 104 0 52 76 35 24 55 61
Binary 10110100 1101001 1000100 0 101010 111110 11101 10100 101101 110001

Color Harmonies of #B46944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46944

Black with #B46944

Text Example


Text Example

White with #B46944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46944; }

 p { color: rgb(180,105,68); }

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

background-color css

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

 a { background-color: rgb(180,105,68); }

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

border-color css

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

 span { border-color: rgb(180,105,68); }

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