Html Css Color HEX #B46647 Tuscany

📋 copy color: '#B46647'

red 180 ◦ green 102 ◦ blue 71

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

Shades of Tuscany #B46647

Tints of Tuscany #B46647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.9%

 BLUE value IS 71 (28.13% from 255) = 20.11%

R = 50.99%
G = 28.9%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B46647 (or 0xB46647) is known color: Tuscany. HEX triplet: B4, 66 and 47. RGB value is (180,102,71). Sum of RGB (Red+Green+Blue) = 180+102+71=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B46647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46647 is #4B99B8. Grayscale: #797979. Windows color (decimal): -4954553 or 4679348. OLE color: 4679348.

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

Color convert

RGB 180 102 71 -
CMYK 0 0.43 0.61 0.29
HSL 17.06º 0.43% 0.49% -
HSV(B) 17.06º 0.61% 0.71% -
XYZ 24.71 19.66 8.45 -
YUV 121.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 180 102 71 0 0.43 0.61 0.29 17.06 0.43 0.49
Hex B4 66 47 0 2B 3D 1D 11 2B 31
Octal 264 146 107 0 53 75 35 21 53 61
Binary 10110100 1100110 1000111 0 101011 111101 11101 10001 101011 110001

Color Harmonies of #B46647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46647

Black with #B46647

Text Example


Text Example

White with #B46647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46647; }

 p { color: rgb(180,102,71); }

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

background-color css

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

 a { background-color: rgb(180,102,71); }

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

border-color css

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

 span { border-color: rgb(180,102,71); }

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