Html Css Color HEX #B46743 Tuscany

📋 copy color: '#B46743'

red 180 ◦ green 103 ◦ blue 67

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

Shades of Tuscany #B46743

Tints of Tuscany #B46743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 67 (26.56% from 255) = 19.14%

R = 51.43%
G = 29.43%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B46743 (or 0xB46743) is known color: Tuscany. HEX triplet: B4, 67 and 43. RGB value is (180,103,67). Sum of RGB (Red+Green+Blue) = 180+103+67=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B46743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46743 is #4B98BC. Grayscale: #7A7A7A. Windows color (decimal): -4954301 or 4417460. OLE color: 4417460.

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

Color convert

RGB 180 103 67 -
CMYK 0 0.43 0.63 0.29
HSL 19.12º 0.46% 0.48% -
HSV(B) 19.12º 0.63% 0.71% -
XYZ 24.69 19.81 7.83 -
YUV 121.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 180 103 67 0 0.43 0.63 0.29 19.12 0.46 0.48
Hex B4 67 43 0 2B 3F 1D 13 2E 30
Octal 264 147 103 0 53 77 35 23 56 60
Binary 10110100 1100111 1000011 0 101011 111111 11101 10011 101110 110000

Color Harmonies of #B46743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46743

Black with #B46743

Text Example


Text Example

White with #B46743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46743; }

 p { color: rgb(180,103,67); }

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

background-color css

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

 a { background-color: rgb(180,103,67); }

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

border-color css

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

 span { border-color: rgb(180,103,67); }

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